Class UpdateDataProductRequest (2.20.0)

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

Request message for updating a data product.

Attributes

Name Description
data_product google.cloud.dataplex_v1.types.DataProduct
Required. The data product to update. The data product's name field is used to identify the data product to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
validate_only bool
Optional. Validates the request without actually updating the data product. Default: false.