Class: Google::Cloud::DataCatalog::V1::DeleteEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DeleteEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for DeleteEntryGroup.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If true, deletes all entries in the entry group.
212 213 214 215 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 212 class DeleteEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
.
212 213 214 215 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 212 class DeleteEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |