Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DeleteDataAssetRequest.
Request message for deleting a data asset.
Generated from protobuf message google.cloud.dataplex.v1.DeleteDataAssetRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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
string
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.
getName
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}
string
setName
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}
var
string
$this
getEtag
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.
string
setEtag
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.
var
string
$this
getValidateOnly
Optional. Validates the request without actually deleting the data asset.
Defaults to false.
bool
setValidateOnly
Optional. Validates the request without actually deleting the data asset.
Defaults to false.
var
bool
$this
static::build
name
string
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} Please see DataProductServiceClient::dataAssetName() for help formatting this field.

