Google Cloud Dataplex V1 Client - Class DeleteDataAssetRequest (1.12.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
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}

Parameter
Name Description
var string
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

getValidateOnly

Optional. Validates the request without actually deleting the data asset.

Defaults to false.

Returns
Type Description
bool

setValidateOnly

Optional. Validates the request without actually deleting the data asset.

Defaults to false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
DeleteDataAssetRequest