Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DeleteDataProductRequest.
Request message for deleting a data product.
Generated from protobuf message google.cloud.dataplex.v1.DeleteDataProductRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
↳ etag
string
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.
getName
Required. The name of the data product to delete.
Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
string
setName
Required. The name of the data product to delete.
Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
var
string
$this
getEtag
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.
string
setEtag
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.
var
string
$this
getValidateOnly
Optional. Validates the request without actually deleting the data product.
Default: false.
bool
setValidateOnly
Optional. Validates the request without actually deleting the data product.
Default: false.
var
bool
$this
static::build
name
string
Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id} Please see DataProductServiceClient::dataProductName() for help formatting this field.

