Class BatchDeleteMetastorePartitionsRequest.Builder

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

public static final class BatchDeleteMetastorePartitionsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchDeleteMetastorePartitionsRequest.Builder> implements BatchDeleteMetastorePartitionsRequestOrBuilder
 Request message for BatchDeleteMetastorePartitions. The MetastorePartition is
 uniquely identified by values, which is an ordered list. Hence, there is no
 separate name or partition id field.
 
Protobuf type google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest
  • 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<BatchDeleteMetastorePartitionsRequest.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<BatchDeleteMetastorePartitionsRequest.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<BatchDeleteMetastorePartitionsRequest.Builder>
    • getDefaultInstanceForType

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

      public BatchDeleteMetastorePartitionsRequest.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<BatchDeleteMetastorePartitionsRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. Reference to the table to which these metastore partitions
       belong, in the format of
       projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface BatchDeleteMetastorePartitionsRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. Reference to the table to which these metastore partitions
       belong, in the format of
       projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface BatchDeleteMetastorePartitionsRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

       Required. Reference to the table to which these metastore partitions
       belong, in the format of
       projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       Required. Reference to the table to which these metastore partitions
       belong, in the format of
       projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public BatchDeleteMetastorePartitionsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. Reference to the table to which these metastore partitions
       belong, in the format of
       projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getPartitionValuesList

      public List<MetastorePartitionValues> getPartitionValuesList()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPartitionValuesList in interface BatchDeleteMetastorePartitionsRequestOrBuilder
    • getPartitionValuesCount

      public int getPartitionValuesCount()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPartitionValuesCount in interface BatchDeleteMetastorePartitionsRequestOrBuilder
    • getPartitionValues

      public MetastorePartitionValues getPartitionValues(int index)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPartitionValues in interface BatchDeleteMetastorePartitionsRequestOrBuilder
    • setPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder setPartitionValues(int index, MetastorePartitionValues value)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • setPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder setPartitionValues(int index, MetastorePartitionValues.Builder builderForValue)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addPartitionValues

       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder addPartitionValues(int index, MetastorePartitionValues value)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addPartitionValues

       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder addPartitionValues(int index, MetastorePartitionValues.Builder builderForValue)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addAllPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder addAllPartitionValues(Iterable<? extends MetastorePartitionValues> values)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearPartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder clearPartitionValues()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • removePartitionValues

      public BatchDeleteMetastorePartitionsRequest.Builder removePartitionValues(int index)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionValuesBuilder

      public MetastorePartitionValues.Builder getPartitionValuesBuilder(int index)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionValuesOrBuilder

      public MetastorePartitionValuesOrBuilder getPartitionValuesOrBuilder(int index)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPartitionValuesOrBuilder in interface BatchDeleteMetastorePartitionsRequestOrBuilder
    • getPartitionValuesOrBuilderList

      public List<? extends MetastorePartitionValuesOrBuilder> getPartitionValuesOrBuilderList()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPartitionValuesOrBuilderList in interface BatchDeleteMetastorePartitionsRequestOrBuilder
    • addPartitionValuesBuilder

      public MetastorePartitionValues.Builder addPartitionValuesBuilder()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • addPartitionValuesBuilder

      public MetastorePartitionValues.Builder addPartitionValuesBuilder(int index)
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionValuesBuilderList

      public List<MetastorePartitionValues.Builder> getPartitionValuesBuilderList()
       Required. The list of metastore partitions (identified by its values) to be
       deleted. A maximum of 900 partitions can be deleted in a batch.
       
      repeated .google.cloud.bigquery.storage.v1beta.MetastorePartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
    • getTraceId

      public String getTraceId()
       Optional. Optional trace id to be used for debugging. It is expected that
       the client sets the same `trace_id` for all the batches in the same
       operation, so that it is possible to tie together the logs to all the
       batches in the same operation. This is expected, but not required, to be
       globally unique.
       
      string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTraceId in interface BatchDeleteMetastorePartitionsRequestOrBuilder
      Returns:
      The traceId.
    • getTraceIdBytes

      public com.google.protobuf.ByteString getTraceIdBytes()
       Optional. Optional trace id to be used for debugging. It is expected that
       the client sets the same `trace_id` for all the batches in the same
       operation, so that it is possible to tie together the logs to all the
       batches in the same operation. This is expected, but not required, to be
       globally unique.
       
      string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTraceIdBytes in interface BatchDeleteMetastorePartitionsRequestOrBuilder
      Returns:
      The bytes for traceId.
    • setTraceId

       Optional. Optional trace id to be used for debugging. It is expected that
       the client sets the same `trace_id` for all the batches in the same
       operation, so that it is possible to tie together the logs to all the
       batches in the same operation. This is expected, but not required, to be
       globally unique.
       
      string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The traceId to set.
      Returns:
      This builder for chaining.
    • clearTraceId

       Optional. Optional trace id to be used for debugging. It is expected that
       the client sets the same `trace_id` for all the batches in the same
       operation, so that it is possible to tie together the logs to all the
       batches in the same operation. This is expected, but not required, to be
       globally unique.
       
      string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setTraceIdBytes

      public BatchDeleteMetastorePartitionsRequest.Builder setTraceIdBytes(com.google.protobuf.ByteString value)
       Optional. Optional trace id to be used for debugging. It is expected that
       the client sets the same `trace_id` for all the batches in the same
       operation, so that it is possible to tie together the logs to all the
       batches in the same operation. This is expected, but not required, to be
       globally unique.
       
      string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for traceId to set.
      Returns:
      This builder for chaining.