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 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.
    • getDbName

      String getDbName()
      string db_name = 6;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 6;
      Returns:
      The bytes for dbName.
    • getCollectionName

      String getCollectionName()
      string collection_name = 7;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
      string collection_name = 7;
      Returns:
      The bytes for collectionName.
    • getFieldName

      String getFieldName()
      string field_name = 8;
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
      string field_name = 8;
      Returns:
      The bytes for fieldName.
    • getAnalyzerNamesList

      List<String> getAnalyzerNamesList()
      repeated string analyzer_names = 9;
      Returns:
      A list containing the analyzerNames.
    • getAnalyzerNamesCount

      int getAnalyzerNamesCount()
      repeated string analyzer_names = 9;
      Returns:
      The count of analyzerNames.
    • getAnalyzerNames

      String getAnalyzerNames(int index)
      repeated string analyzer_names = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The analyzerNames at the given index.
    • getAnalyzerNamesBytes

      com.google.protobuf.ByteString getAnalyzerNamesBytes(int index)
      repeated string analyzer_names = 9;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the analyzerNames at the given index.