Class: Google::Cloud::Dataplex::V1::DeleteDataAttributeRequest

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 DataAttribute 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 DeleteDataAttribute method returns an ABORTED error response.

Returns:

  • (::String)

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



443
444
445
446
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 443

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

#name::String

Returns Required. The resource name of the DataAttribute: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.

Returns:

  • (::String)

    Required. The resource name of the DataAttribute: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}



443
444
445
446
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 443

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