public sealed class EntryLink.Types.EntryReference : IMessage<EntryLink.Types.EntryReference>, IEquatable<EntryLink.Types.EntryReference>, IDeepCloneable<EntryLink.Types.EntryReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class EntryLink.Types.EntryReference.
Reference to the Entry that is linked through the Entry Link.
Implements
IMessageEntryLinkTypesEntryReference, IEquatableEntryLinkTypesEntryReference, IDeepCloneableEntryLinkTypesEntryReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntryReference()
public EntryReference()
EntryReference(EntryReference)
public EntryReference(EntryLink.Types.EntryReference other)
Parameter | |
---|---|
Name | Description |
other |
EntryLinkTypesEntryReference |
Properties
Name
public string Name { get; set; }
Required. Immutable. The relative resource name of the referenced Entry,
of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
Property Value | |
---|---|
Type | Description |
string |
Path
public string Path { get; set; }
Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
Property Value | |
---|---|
Type | Description |
string |
Type
public EntryLink.Types.EntryReference.Types.Type Type { get; set; }
Required. Immutable. The reference type of the Entry.
Property Value | |
---|---|
Type | Description |
EntryLinkTypesEntryReferenceTypesType |