Class: Google::Cloud::Dataplex::V1::DeleteEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Delele EntryGroup Request
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. If the client provided etag value does not match the current etag value, the DeleteEntryGroupRequest method returns an ABORTED error response.
537 538 539 540 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 537 class DeleteEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the EntryGroup:
projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
537 538 539 540 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 537 class DeleteEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |