Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRule::RuleSource::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_link_source
def entry_link_source() -> ::Google::Cloud::Dataplex::V1::DataQualityRule::RuleSource::RulePathElement::EntryLinkSource-
(::Google::Cloud::Dataplex::V1::DataQualityRule::RuleSource::RulePathElement::EntryLinkSource) — Output only. Entry link source represents information about the entry
link.
Note: The following fields are mutually exclusive:
entry_link_source,entry_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#entry_source
def entry_source() -> ::Google::Cloud::Dataplex::V1::DataQualityRule::RuleSource::RulePathElement::EntrySource-
(::Google::Cloud::Dataplex::V1::DataQualityRule::RuleSource::RulePathElement::EntrySource) — Output only. Entry source represents information about the related
source entry.
Note: The following fields are mutually exclusive:
entry_source,entry_link_source. If a field in that set is populated, all other fields in the set will automatically be cleared.