Class RunAnalyzerRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.milvus.grpc.RunAnalyzerRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RunAnalyzerRequestOrBuilder, Serializable

public final class RunAnalyzerRequest extends com.google.protobuf.GeneratedMessageV3 implements RunAnalyzerRequestOrBuilder
Protobuf type milvus.proto.milvus.RunAnalyzerRequest
See Also:
  • Field Details

    • BASE_FIELD_NUMBER

      public static final int BASE_FIELD_NUMBER
      See Also:
    • ANALYZER_PARAMS_FIELD_NUMBER

      public static final int ANALYZER_PARAMS_FIELD_NUMBER
      See Also:
    • PLACEHOLDER_FIELD_NUMBER

      public static final int PLACEHOLDER_FIELD_NUMBER
      See Also:
    • WITH_DETAIL_FIELD_NUMBER

      public static final int WITH_DETAIL_FIELD_NUMBER
      See Also:
    • WITH_HASH_FIELD_NUMBER

      public static final int WITH_HASH_FIELD_NUMBER
      See Also:
    • DB_NAME_FIELD_NUMBER

      public static final int DB_NAME_FIELD_NUMBER
      See Also:
    • COLLECTION_NAME_FIELD_NUMBER

      public static final int COLLECTION_NAME_FIELD_NUMBER
      See Also:
    • FIELD_NAME_FIELD_NUMBER

      public static final int FIELD_NAME_FIELD_NUMBER
      See Also:
    • ANALYZER_NAMES_FIELD_NUMBER

      public static final int ANALYZER_NAMES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasBase

      public boolean hasBase()
      .milvus.proto.common.MsgBase base = 1;
      Specified by:
      hasBase in interface RunAnalyzerRequestOrBuilder
      Returns:
      Whether the base field is set.
    • getBase

      public MsgBase getBase()
      .milvus.proto.common.MsgBase base = 1;
      Specified by:
      getBase in interface RunAnalyzerRequestOrBuilder
      Returns:
      The base.
    • getBaseOrBuilder

      public MsgBaseOrBuilder getBaseOrBuilder()
      .milvus.proto.common.MsgBase base = 1;
      Specified by:
      getBaseOrBuilder in interface RunAnalyzerRequestOrBuilder
    • getAnalyzerParams

      public String getAnalyzerParams()
      string analyzer_params = 2;
      Specified by:
      getAnalyzerParams in interface RunAnalyzerRequestOrBuilder
      Returns:
      The analyzerParams.
    • getAnalyzerParamsBytes

      public com.google.protobuf.ByteString getAnalyzerParamsBytes()
      string analyzer_params = 2;
      Specified by:
      getAnalyzerParamsBytes in interface RunAnalyzerRequestOrBuilder
      Returns:
      The bytes for analyzerParams.
    • getPlaceholderList

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

      public int getPlaceholderCount()
      repeated bytes placeholder = 3;
      Specified by:
      getPlaceholderCount in interface RunAnalyzerRequestOrBuilder
      Returns:
      The count of placeholder.
    • getPlaceholder

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

      public boolean getWithDetail()
      bool with_detail = 4;
      Specified by:
      getWithDetail in interface RunAnalyzerRequestOrBuilder
      Returns:
      The withDetail.
    • getWithHash

      public boolean getWithHash()
      bool with_hash = 5;
      Specified by:
      getWithHash in interface RunAnalyzerRequestOrBuilder
      Returns:
      The withHash.
    • getDbName

      public String getDbName()
      string db_name = 6;
      Specified by:
      getDbName in interface RunAnalyzerRequestOrBuilder
      Returns:
      The dbName.
    • getDbNameBytes

      public com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 6;
      Specified by:
      getDbNameBytes in interface RunAnalyzerRequestOrBuilder
      Returns:
      The bytes for dbName.
    • getCollectionName

      public String getCollectionName()
      string collection_name = 7;
      Specified by:
      getCollectionName in interface RunAnalyzerRequestOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

      public com.google.protobuf.ByteString getCollectionNameBytes()
      string collection_name = 7;
      Specified by:
      getCollectionNameBytes in interface RunAnalyzerRequestOrBuilder
      Returns:
      The bytes for collectionName.
    • getFieldName

      public String getFieldName()
      string field_name = 8;
      Specified by:
      getFieldName in interface RunAnalyzerRequestOrBuilder
      Returns:
      The fieldName.
    • getFieldNameBytes

      public com.google.protobuf.ByteString getFieldNameBytes()
      string field_name = 8;
      Specified by:
      getFieldNameBytes in interface RunAnalyzerRequestOrBuilder
      Returns:
      The bytes for fieldName.
    • getAnalyzerNamesList

      public com.google.protobuf.ProtocolStringList getAnalyzerNamesList()
      repeated string analyzer_names = 9;
      Specified by:
      getAnalyzerNamesList in interface RunAnalyzerRequestOrBuilder
      Returns:
      A list containing the analyzerNames.
    • getAnalyzerNamesCount

      public int getAnalyzerNamesCount()
      repeated string analyzer_names = 9;
      Specified by:
      getAnalyzerNamesCount in interface RunAnalyzerRequestOrBuilder
      Returns:
      The count of analyzerNames.
    • getAnalyzerNames

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

      public com.google.protobuf.ByteString getAnalyzerNamesBytes(int index)
      repeated string analyzer_names = 9;
      Specified by:
      getAnalyzerNamesBytes in interface RunAnalyzerRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the analyzerNames at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static RunAnalyzerRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RunAnalyzerRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RunAnalyzerRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunAnalyzerRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public RunAnalyzerRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static RunAnalyzerRequest.Builder newBuilder()
    • newBuilder

      public static RunAnalyzerRequest.Builder newBuilder(RunAnalyzerRequest prototype)
    • toBuilder

      public RunAnalyzerRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected RunAnalyzerRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static RunAnalyzerRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<RunAnalyzerRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<RunAnalyzerRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public RunAnalyzerRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder