Interface BatchUpdateMetastorePartitionsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchUpdateMetastorePartitionsRequest, BatchUpdateMetastorePartitionsRequest.Builder

public interface BatchUpdateMetastorePartitionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      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) = { ... }
      Returns:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • getRequestsList

       Required. Requests to update metastore partitions in the table.
       
      repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequests

      UpdateMetastorePartitionRequest getRequests(int index)
       Required. Requests to update metastore partitions in the table.
       
      repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsCount

      int getRequestsCount()
       Required. Requests to update metastore partitions in the table.
       
      repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsOrBuilderList

      List<? extends UpdateMetastorePartitionRequestOrBuilder> getRequestsOrBuilderList()
       Required. Requests to update metastore partitions in the table.
       
      repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsOrBuilder

      UpdateMetastorePartitionRequestOrBuilder getRequestsOrBuilder(int index)
       Required. Requests to update metastore partitions in the table.
       
      repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getTraceId

      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];
      Returns:
      The traceId.
    • getTraceIdBytes

      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];
      Returns:
      The bytes for traceId.