public sealed class DataQualityRule.Types.RuleSource : IMessage<DataQualityRule.Types.RuleSource>, IEquatable<DataQualityRule.Types.RuleSource>, IDeepCloneable<DataQualityRule.Types.RuleSource>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RuleSource.
Represents the rule source information from Catalog.
Implements
IMessageDataQualityRuleTypesRuleSource, IEquatableDataQualityRuleTypesRuleSource, IDeepCloneableDataQualityRuleTypesRuleSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
RuleSource()
public RuleSource()RuleSource(RuleSource)
public RuleSource(DataQualityRule.Types.RuleSource other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityRuleTypesRuleSource |
Properties
RulePathElements
public RepeatedField<DataQualityRule.Types.RuleSource.Types.RulePathElement> RulePathElements { get; }Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataQualityRuleTypesRuleSourceTypesRulePathElement |
|