Interface RunAnalyzerRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RunAnalyzerRequest, RunAnalyzerRequest.Builder

public interface RunAnalyzerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string analyzer_params = 2;
    com.google.protobuf.ByteString
    string analyzer_params = 2;
    .milvus.proto.common.MsgBase base = 1;
    .milvus.proto.common.MsgBase base = 1;
    com.google.protobuf.ByteString
    getPlaceholder(int index)
    repeated bytes placeholder = 3;
    int
    repeated bytes placeholder = 3;
    List<com.google.protobuf.ByteString>
    repeated bytes placeholder = 3;
    boolean
    bool with_detail = 4;
    boolean
    bool with_hash = 5;
    boolean
    .milvus.proto.common.MsgBase base = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasBase

      boolean hasBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      Whether the base field is set.
    • getBase

      MsgBase getBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      The base.
    • getBaseOrBuilder

      MsgBaseOrBuilder getBaseOrBuilder()
      .milvus.proto.common.MsgBase base = 1;
    • getAnalyzerParams

      String getAnalyzerParams()
      string analyzer_params = 2;
      Returns:
      The analyzerParams.
    • getAnalyzerParamsBytes

      com.google.protobuf.ByteString getAnalyzerParamsBytes()
      string analyzer_params = 2;
      Returns:
      The bytes for analyzerParams.
    • getPlaceholderList

      List<com.google.protobuf.ByteString> getPlaceholderList()
      repeated bytes placeholder = 3;
      Returns:
      A list containing the placeholder.
    • getPlaceholderCount

      int getPlaceholderCount()
      repeated bytes placeholder = 3;
      Returns:
      The count of placeholder.
    • getPlaceholder

      com.google.protobuf.ByteString getPlaceholder(int index)
      repeated bytes placeholder = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The placeholder at the given index.
    • getWithDetail

      boolean getWithDetail()
      bool with_detail = 4;
      Returns:
      The withDetail.
    • getWithHash

      boolean getWithHash()
      bool with_hash = 5;
      Returns:
      The withHash.