Class: Google::Cloud::Dataplex::V1::DeleteEntityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteEntityRequest
- 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
-
#etag ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns 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}
.
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 |