Class GetIndexStatisticsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GetIndexStatisticsRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
io.milvus.grpc.GetIndexStatisticsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetIndexStatisticsRequestOrBuilder, Cloneable
Enclosing class:
GetIndexStatisticsRequest

public static final class GetIndexStatisticsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder> implements GetIndexStatisticsRequestOrBuilder
Protobuf type milvus.proto.milvus.GetIndexStatisticsRequest
  • Method Details

    • 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.Builder<GetIndexStatisticsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • getDefaultInstanceForType

      public GetIndexStatisticsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public GetIndexStatisticsRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetIndexStatisticsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • setField

      public GetIndexStatisticsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • clearField

      public GetIndexStatisticsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • clearOneof

      public GetIndexStatisticsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • setRepeatedField

      public GetIndexStatisticsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • addRepeatedField

      public GetIndexStatisticsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • mergeFrom

      public GetIndexStatisticsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetIndexStatisticsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • mergeFrom

      public GetIndexStatisticsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetIndexStatisticsRequest.Builder>
      Throws:
      IOException
    • hasBase

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

      public MsgBase getBase()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Specified by:
      getBase in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The base.
    • setBase

       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • setBase

      public GetIndexStatisticsRequest.Builder setBase(MsgBase.Builder builderForValue)
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • mergeBase

      public GetIndexStatisticsRequest.Builder mergeBase(MsgBase value)
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • clearBase

       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • getBaseBuilder

      public MsgBase.Builder getBaseBuilder()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • getBaseOrBuilder

      public MsgBaseOrBuilder getBaseOrBuilder()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Specified by:
      getBaseOrBuilder in interface GetIndexStatisticsRequestOrBuilder
    • getDbName

      public String getDbName()
       Not useful for now
       
      string db_name = 2;
      Specified by:
      getDbName in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The dbName.
    • getDbNameBytes

      public com.google.protobuf.ByteString getDbNameBytes()
       Not useful for now
       
      string db_name = 2;
      Specified by:
      getDbNameBytes in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The bytes for dbName.
    • setDbName

      public GetIndexStatisticsRequest.Builder setDbName(String value)
       Not useful for now
       
      string db_name = 2;
      Parameters:
      value - The dbName to set.
      Returns:
      This builder for chaining.
    • clearDbName

      public GetIndexStatisticsRequest.Builder clearDbName()
       Not useful for now
       
      string db_name = 2;
      Returns:
      This builder for chaining.
    • setDbNameBytes

      public GetIndexStatisticsRequest.Builder setDbNameBytes(com.google.protobuf.ByteString value)
       Not useful for now
       
      string db_name = 2;
      Parameters:
      value - The bytes for dbName to set.
      Returns:
      This builder for chaining.
    • getCollectionName

      public String getCollectionName()
       The particular collection name in Milvus
       
      string collection_name = 3;
      Specified by:
      getCollectionName in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

      public com.google.protobuf.ByteString getCollectionNameBytes()
       The particular collection name in Milvus
       
      string collection_name = 3;
      Specified by:
      getCollectionNameBytes in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The bytes for collectionName.
    • setCollectionName

      public GetIndexStatisticsRequest.Builder setCollectionName(String value)
       The particular collection name in Milvus
       
      string collection_name = 3;
      Parameters:
      value - The collectionName to set.
      Returns:
      This builder for chaining.
    • clearCollectionName

      public GetIndexStatisticsRequest.Builder clearCollectionName()
       The particular collection name in Milvus
       
      string collection_name = 3;
      Returns:
      This builder for chaining.
    • setCollectionNameBytes

      public GetIndexStatisticsRequest.Builder setCollectionNameBytes(com.google.protobuf.ByteString value)
       The particular collection name in Milvus
       
      string collection_name = 3;
      Parameters:
      value - The bytes for collectionName to set.
      Returns:
      This builder for chaining.
    • getIndexName

      public String getIndexName()
       The index name in this particular collection
       
      string index_name = 4;
      Specified by:
      getIndexName in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The indexName.
    • getIndexNameBytes

      public com.google.protobuf.ByteString getIndexNameBytes()
       The index name in this particular collection
       
      string index_name = 4;
      Specified by:
      getIndexNameBytes in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The bytes for indexName.
    • setIndexName

      public GetIndexStatisticsRequest.Builder setIndexName(String value)
       The index name in this particular collection
       
      string index_name = 4;
      Parameters:
      value - The indexName to set.
      Returns:
      This builder for chaining.
    • clearIndexName

      public GetIndexStatisticsRequest.Builder clearIndexName()
       The index name in this particular collection
       
      string index_name = 4;
      Returns:
      This builder for chaining.
    • setIndexNameBytes

      public GetIndexStatisticsRequest.Builder setIndexNameBytes(com.google.protobuf.ByteString value)
       The index name in this particular collection
       
      string index_name = 4;
      Parameters:
      value - The bytes for indexName to set.
      Returns:
      This builder for chaining.
    • getTimestamp

      public long getTimestamp()
      uint64 timestamp = 5;
      Specified by:
      getTimestamp in interface GetIndexStatisticsRequestOrBuilder
      Returns:
      The timestamp.
    • setTimestamp

      public GetIndexStatisticsRequest.Builder setTimestamp(long value)
      uint64 timestamp = 5;
      Parameters:
      value - The timestamp to set.
      Returns:
      This builder for chaining.
    • clearTimestamp

      public GetIndexStatisticsRequest.Builder clearTimestamp()
      uint64 timestamp = 5;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final GetIndexStatisticsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>
    • mergeUnknownFields

      public final GetIndexStatisticsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetIndexStatisticsRequest.Builder>