Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DeleteDataProductRequest.
Request message for deleting a data product.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String-
(::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.
#etag=
def etag=(value) -> ::String-
value (::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.
-
(::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.
#name
def name() -> ::String- (::String) — Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
#name=
def name=(value) -> ::String- value (::String) — Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
- (::String) — Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
#validate_only
def validate_only() -> ::Boolean- (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.
#validate_only=
def validate_only=(value) -> ::Boolean- value (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.
- (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.