Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataQualityScanRuleResult::RuleType.
The type of the data quality rule.
Constants
RULE_TYPE_UNSPECIFIED
value: 0
An unspecified rule type.
NON_NULL_EXPECTATION
value: 1
See
DataQualityRule.NonNullExpectation.
RANGE_EXPECTATION
value: 2
See
DataQualityRule.RangeExpectation.
REGEX_EXPECTATION
value: 3
See
DataQualityRule.RegexExpectation.
ROW_CONDITION_EXPECTATION
value: 4
See
DataQualityRule.RowConditionExpectation.
SET_EXPECTATION
value: 5
See
DataQualityRule.SetExpectation.
STATISTIC_RANGE_EXPECTATION
value: 6
See
DataQualityRule.StatisticRangeExpectation.
TABLE_CONDITION_EXPECTATION
value: 7
See
DataQualityRule.TableConditionExpectation.
UNIQUENESS_EXPECTATION
value: 8
See
DataQualityRule.UniquenessExpectation.
SQL_ASSERTION
value: 9
See
DataQualityRule.SqlAssertion.