Class DeleteDataProductRequest (2.20.0)

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

Request message for deleting a data product.

Attributes

Name Description
name str
Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
etag str
Optional. The etag of the data product. If an etag is provided and does not match the current etag of the data product, then the deletion will be blocked and an ABORTED error will be returned.
validate_only bool
Optional. Validates the request without actually deleting the data product. Default: false.