Class: Google::Cloud::Dataplex::V1::DeleteEntityRequest

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

Overview

Delete a metadata entity request.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

Returns:

  • (::String)

    Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.



66
67
68
69
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 66

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

#name::String

Returns Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Returns:

  • (::String)

    Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.



66
67
68
69
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 66

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