Cloud Dataplex v1 API - Class DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource (3.15.0)

public sealed class DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource : IMessage<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource>, IEquatable<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource>, IDeepCloneable<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource.

Entry link source represents information about the entry link.

Inheritance

object > DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntryLinkSource()

public EntryLinkSource()

EntryLinkSource(EntryLinkSource)

public EntryLinkSource(DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntryLinkSource other)
Parameter
Name Description
other DataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntryLinkSource

Properties

public string EntryLink { get; set; }

Output only. The entry link name in the form of: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}

Property Value
Type Description
string

EntryLinkType

public string EntryLinkType { get; set; }

Output only. The entry link type to represent the current relationship between the entry and the next entry in the path. In the form of: projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}

Property Value
Type Description
string