UpdateTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the UpdateTable method.
Attributes |
|
---|---|
Name | Description |
table |
google.cloud.bigquery.biglake_v1alpha1.types.Table
Required. The table to update. The table's name field is used to identify the database
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.
|