public sealed class GetEntryLinkRequest : IMessage<GetEntryLinkRequest>, IEquatable<GetEntryLinkRequest>, IDeepCloneable<GetEntryLinkRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class GetEntryLinkRequest.
Request message for GetEntryLink.
Implements
IMessageGetEntryLinkRequest, IEquatableGetEntryLinkRequest, IDeepCloneableGetEntryLinkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetEntryLinkRequest()
public GetEntryLinkRequest()GetEntryLinkRequest(GetEntryLinkRequest)
public GetEntryLinkRequest(GetEntryLinkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEntryLinkRequest |
Properties
EntryLinkName
public EntryLinkName EntryLinkName { get; set; }EntryLinkName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntryLinkName |
|
Name
public string Name { get; set; }Required. The resource name of the Entry Link:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|