Class: Google::Cloud::Dataplex::V1::DeleteDataTaxonomyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb

Overview

Delete DataTaxonomy request.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. If the client provided etag value does not match the current etag value,the DeleteDataTaxonomy method returns an ABORTED error.

Returns:

  • (::String)

    Optional. If the client provided etag value does not match the current etag value,the DeleteDataTaxonomy method returns an ABORTED error.



334
335
336
337
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 334

class DeleteDataTaxonomyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

Returns:

  • (::String)

    Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}



334
335
336
337
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 334

class DeleteDataTaxonomyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end