Cloud Dataplex v1 API - Class EntryLink.Types.EntryReference (3.10.0)

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.

Inheritance

object > EntryLink.Types.EntryReference

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

public EntryReference()
public EntryReference(EntryLink.Types.EntryReference other)
Parameter
Name Description
other EntryLinkTypesEntryReference

Properties

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
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
public EntryLink.Types.EntryReference.Types.Type Type { get; set; }

Required. Immutable. The reference type of the Entry.

Property Value
Type Description
EntryLinkTypesEntryReferenceTypesType