Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DeleteDataProductRequest (v2.10.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • value (::String) — Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
Returns
  • (::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
Returns
  • (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.
Returns
  • (::Boolean) — Optional. Validates the request without actually deleting the data product. Default: false.