Class: Google::Cloud::DataCatalog::V1::DeleteEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DeleteEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for DeleteEntry.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the entry. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.
312 313 314 315 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 312 class DeleteEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |