public sealed class EntryLink : IMessage<EntryLink>, IEquatable<EntryLink>, IDeepCloneable<EntryLink>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class EntryLink.
EntryLink represents a link between two Entries.
Implements
IMessageEntryLink, IEquatableEntryLink, IDeepCloneableEntryLink, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntryLink()
public EntryLink()EntryLink(EntryLink)
public EntryLink(EntryLink other)| Parameter | |
|---|---|
| Name | Description |
other |
EntryLink |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the Entry Link was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EntryLinkName
public EntryLinkName EntryLinkName { get; set; }EntryLinkName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntryLinkName |
|
EntryLinkType
public string EntryLinkType { get; set; }Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link. For example:
- Entry link between synonym terms in a glossary:
projects/dataplex-types/locations/global/entryLinkTypes/synonym - Entry link between related terms in a glossary:
projects/dataplex-types/locations/global/entryLinkTypes/related - Entry link between glossary terms and data assets:
projects/dataplex-types/locations/global/entryLinkTypes/definition
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntryReferences
public RepeatedField<EntryLink.Types.EntryReference> EntryReferences { get; }Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEntryLinkTypesEntryReference |
|
Name
public string Name { get; set; }Output only. Immutable. Identifier. The relative resource name of the Entry
Link, of the form:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the Entry Link was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|