Class: Google::Cloud::Dataplex::V1::GetEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Get EntryGroup request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the EntryGroup:
projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
592 593 594 595 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 592 class GetEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |