Class BatchUpdateMetastorePartitionsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BatchUpdateMetastorePartitionsResponse.Builder>
com.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.Builder
All Implemented Interfaces:
BatchUpdateMetastorePartitionsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BatchUpdateMetastorePartitionsResponse

public static final class BatchUpdateMetastorePartitionsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchUpdateMetastorePartitionsResponse.Builder> implements BatchUpdateMetastorePartitionsResponseOrBuilder
 Response message for BatchUpdateMetastorePartitions.
 
Protobuf type google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchUpdateMetastorePartitionsResponse.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.GeneratedMessage.Builder<BatchUpdateMetastorePartitionsResponse.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.GeneratedMessage.Builder<BatchUpdateMetastorePartitionsResponse.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

    • isInitialized

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

      public BatchUpdateMetastorePartitionsResponse.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<BatchUpdateMetastorePartitionsResponse.Builder>
      Throws:
      IOException
    • getPartitionsList

      public List<MetastorePartition> getPartitionsList()
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
      Specified by:
      getPartitionsList in interface BatchUpdateMetastorePartitionsResponseOrBuilder
    • getPartitionsCount

      public int getPartitionsCount()
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
      Specified by:
      getPartitionsCount in interface BatchUpdateMetastorePartitionsResponseOrBuilder
    • getPartitions

      public MetastorePartition getPartitions(int index)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
      Specified by:
      getPartitions in interface BatchUpdateMetastorePartitionsResponseOrBuilder
    • setPartitions

      public BatchUpdateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition value)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • setPartitions

      public BatchUpdateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition.Builder builderForValue)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addPartitions

       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addPartitions

      public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition value)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addPartitions

       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addPartitions

      public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition.Builder builderForValue)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addAllPartitions

      public BatchUpdateMetastorePartitionsResponse.Builder addAllPartitions(Iterable<? extends MetastorePartition> values)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • clearPartitions

       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • removePartitions

      public BatchUpdateMetastorePartitionsResponse.Builder removePartitions(int index)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • getPartitionsBuilder

      public MetastorePartition.Builder getPartitionsBuilder(int index)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • getPartitionsOrBuilder

      public MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
      Specified by:
      getPartitionsOrBuilder in interface BatchUpdateMetastorePartitionsResponseOrBuilder
    • getPartitionsOrBuilderList

      public List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
      Specified by:
      getPartitionsOrBuilderList in interface BatchUpdateMetastorePartitionsResponseOrBuilder
    • addPartitionsBuilder

      public MetastorePartition.Builder addPartitionsBuilder()
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • addPartitionsBuilder

      public MetastorePartition.Builder addPartitionsBuilder(int index)
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
    • getPartitionsBuilderList

      public List<MetastorePartition.Builder> getPartitionsBuilderList()
       The list of metastore partitions that have been updated.
       A maximum of 900 partitions can be updated in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;