Class DeleteDataAssetRequest (2.19.0)

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

Request message for deleting a data asset.

Attributes

Name Description
name str
Required. The name of the data asset to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}
etag str
Optional. The etag of the data asset. If this is provided, it must match the server's etag. If the etag is provided and does not match the server-computed etag, the request must fail with a ABORTED error code.
validate_only bool
Optional. Validates the request without actually deleting the data asset. Defaults to false.