Class: Google::Cloud::Dataplex::V1::GetEntryLinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetEntryLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Request message for GetEntryLink.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Entry Link:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
.
1834 1835 1836 1837 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1834 class GetEntryLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |