Cloud Dataplex v1 API - Class EntryLink (3.10.0)

public sealed class EntryLink : IMessage<EntryLink>, IEquatable<EntryLink>, IDeepCloneable<EntryLink>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class EntryLink.

EntryLink represents a link between two Entries.

Inheritance

object > EntryLink

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

public EntryLink()
public EntryLink(EntryLink other)
Parameter
Name Description
other EntryLink

Properties

public Timestamp CreateTime { get; set; }

Output only. The time when the Entry Link was created.

Property Value
Type Description
Timestamp
public EntryLinkName EntryLinkName { get; set; }

EntryLinkName-typed view over the Name resource name property.

Property Value
Type Description
EntryLinkName
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
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
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
public Timestamp UpdateTime { get; set; }

Output only. The time when the Entry Link was last updated.

Property Value
Type Description
Timestamp