Class ImportAuthPlaceholder.Builder

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

public static final class ImportAuthPlaceholder.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportAuthPlaceholder.Builder> implements ImportAuthPlaceholderOrBuilder
Protobuf type milvus.proto.milvus.ImportAuthPlaceholder
  • 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<ImportAuthPlaceholder.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<ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • getDefaultInstanceForType

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

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

      public ImportAuthPlaceholder 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<ImportAuthPlaceholder.Builder>
    • setField

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • clearField

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • clearOneof

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • setRepeatedField

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • addRepeatedField

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • mergeFrom

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • mergeFrom

      public ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
      Throws:
      IOException
    • getDbName

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

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

      public ImportAuthPlaceholder.Builder setDbName(String value)
      string db_name = 1;
      Parameters:
      value - The dbName to set.
      Returns:
      This builder for chaining.
    • clearDbName

      public ImportAuthPlaceholder.Builder clearDbName()
      string db_name = 1;
      Returns:
      This builder for chaining.
    • setDbNameBytes

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

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

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

      public ImportAuthPlaceholder.Builder setCollectionName(String value)
      string collection_name = 2;
      Parameters:
      value - The collectionName to set.
      Returns:
      This builder for chaining.
    • clearCollectionName

      public ImportAuthPlaceholder.Builder clearCollectionName()
      string collection_name = 2;
      Returns:
      This builder for chaining.
    • setCollectionNameBytes

      public ImportAuthPlaceholder.Builder setCollectionNameBytes(com.google.protobuf.ByteString value)
      string collection_name = 2;
      Parameters:
      value - The bytes for collectionName to set.
      Returns:
      This builder for chaining.
    • getPartitionName

      public String getPartitionName()
      string partition_name = 3;
      Specified by:
      getPartitionName in interface ImportAuthPlaceholderOrBuilder
      Returns:
      The partitionName.
    • getPartitionNameBytes

      public com.google.protobuf.ByteString getPartitionNameBytes()
      string partition_name = 3;
      Specified by:
      getPartitionNameBytes in interface ImportAuthPlaceholderOrBuilder
      Returns:
      The bytes for partitionName.
    • setPartitionName

      public ImportAuthPlaceholder.Builder setPartitionName(String value)
      string partition_name = 3;
      Parameters:
      value - The partitionName to set.
      Returns:
      This builder for chaining.
    • clearPartitionName

      public ImportAuthPlaceholder.Builder clearPartitionName()
      string partition_name = 3;
      Returns:
      This builder for chaining.
    • setPartitionNameBytes

      public ImportAuthPlaceholder.Builder setPartitionNameBytes(com.google.protobuf.ByteString value)
      string partition_name = 3;
      Parameters:
      value - The bytes for partitionName to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>
    • mergeUnknownFields

      public final ImportAuthPlaceholder.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<ImportAuthPlaceholder.Builder>