Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RulePathElement.
Path Element represents the direct relationship between the rule origin (aspects) to the BigQuery Entry. Ordering of the rule relationship will be maintained such that the first entry in the list is the closest ancestor (BigQuery table itself). A blank source denotes that the rule is derived directly from the DataScan itself.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRule \ RuleSourceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry_source |
RulePathElement\EntrySource
Output only. Entry source represents information about the related source entry. |
↳ entry_link_source |
RulePathElement\EntryLinkSource
Output only. Entry link source represents information about the entry link. |
getEntrySource
Output only. Entry source represents information about the related source entry.
| Returns | |
|---|---|
| Type | Description |
RulePathElement\EntrySource|null |
|
hasEntrySource
setEntrySource
Output only. Entry source represents information about the related source entry.
| Parameter | |
|---|---|
| Name | Description |
var |
RulePathElement\EntrySource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryLinkSource
Output only. Entry link source represents information about the entry link.
| Returns | |
|---|---|
| Type | Description |
RulePathElement\EntryLinkSource|null |
|
hasEntryLinkSource
setEntryLinkSource
Output only. Entry link source represents information about the entry link.
| Parameter | |
|---|---|
| Name | Description |
var |
RulePathElement\EntryLinkSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSourceType
| Returns | |
|---|---|
| Type | Description |
string |
|