Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DeleteDataAssetRequest.
Request message for deleting a data asset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#name
def name() -> ::String
Returns
- (::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}
#name=
def name=(value) -> ::String
Parameter
- value (::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}
Returns
- (::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}
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Validates the request without actually deleting the data asset. Defaults to false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Validates the request without actually deleting the data asset. Defaults to false.
Returns
- (::Boolean) — Optional. Validates the request without actually deleting the data asset. Defaults to false.