Class: Google::Cloud::Dataplex::V1::DeleteDataAttributeBindingRequest

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 DataAttributeBinding request.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Required. If the client provided etag value does not match the current etag value, the DeleteDataAttributeBindingRequest method returns an ABORTED error response. Etags must be used when calling the DeleteDataAttributeBinding.

Returns:

  • (::String)

    Required. If the client provided etag value does not match the current etag value, the DeleteDataAttributeBindingRequest method returns an ABORTED error response. Etags must be used when calling the DeleteDataAttributeBinding.



560
561
562
563
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 560

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

#name::String

Returns Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}.

Returns:

  • (::String)

    Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}



560
561
562
563
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 560

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