Class UpdateDataAssetRequest (2.19.0)

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

Request message for updating a data asset.

Attributes

Name Description
data_asset google.cloud.dataplex_v1.types.DataAsset
Required. The data asset to update. The data asset's name field is used to identify the data asset 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 asset. Defaults to false.