UpdateDatabaseRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the UpdateDatabase method.
Attributes |
|
---|---|
Name | Description |
database |
google.cloud.bigquery_biglake_v1.types.Database
Required. The database to update. The database'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}
|
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.
|