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, IMessageReference 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.
Implements
IMessageDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntryLinkSource, IEquatableDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntryLinkSource, IDeepCloneableDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntryLinkSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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
EntryLink
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 |
|