Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RuleSource.
Represents the rule source information from Catalog.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RuleSource
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRuleMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rule_path_elements |
array<RuleSource\RulePathElement>
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. |
getRulePathElements
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<RuleSource\RulePathElement> |
|
setRulePathElements
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.
| Parameter | |
|---|---|
| Name | Description |
var |
array<RuleSource\RulePathElement>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|