public sealed class DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource : IMessage<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource>, IEquatable<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource>, IDeepCloneable<DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource.
Entry source represents information about the related source entry.
Implements
IMessageDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntrySource, IEquatableDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntrySource, IDeepCloneableDataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntrySource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntrySource()
public EntrySource()EntrySource(EntrySource)
public EntrySource(DataQualityRule.Types.RuleSource.Types.RulePathElement.Types.EntrySource other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityRuleTypesRuleSourceTypesRulePathElementTypesEntrySource |
Properties
DisplayName
public string DisplayName { get; set; }Output only. The display name of the entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Entry
public string Entry { get; set; }Output only. The entry name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntryType
public string EntryType { get; set; }Output only. The entry type to represent the current characteristics
of the entry in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|