Class UpdateTableRequest (0.3.0)

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

Request message for the UpdateTable method.

Attributes

NameDescription
table google.cloud.bigquery.biglake_v1.types.Table
Required. The table to update. The table's name field is used to identify the table to update. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.