Class BatchUpdateMetastorePartitionsRequest (2.35.0)

BatchUpdateMetastorePartitionsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for BatchUpdateMetastorePartitions.

Attributes

Name Description
parent str
Required. Reference to the table to which these metastore partitions belong, in the format of projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
requests MutableSequence[google.cloud.bigquery_storage_v1alpha.types.UpdateMetastorePartitionRequest]
Required. Requests to update metastore partitions in the table.
trace_id str
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.