Class UpdateHiveCatalogRequest (0.3.2)

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

Request message for the UpdateHiveCatalog method.

Attributes

Name Description
hive_catalog google.cloud.biglake_hive_v1beta.types.HiveCatalog
Required. The hive catalog to update. The name under the catalog is used to identify the catalog. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. 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.