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.



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

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}



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

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