Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RuleType.
The type of the data quality rule.
Protobuf type google.cloud.dataplex.v1.DataQualityScanRuleResult.RuleType
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityScanRuleResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RULE_TYPE_UNSPECIFIED
Value: 0
An unspecified rule type.
Generated from protobuf enum RULE_TYPE_UNSPECIFIED = 0;
NON_NULL_EXPECTATION
Value: 1
See DataQualityRule.NonNullExpectation.
Generated from protobuf enum NON_NULL_EXPECTATION = 1;
RANGE_EXPECTATION
Value: 2
See DataQualityRule.RangeExpectation.
Generated from protobuf enum RANGE_EXPECTATION = 2;
REGEX_EXPECTATION
Value: 3
See DataQualityRule.RegexExpectation.
Generated from protobuf enum REGEX_EXPECTATION = 3;
ROW_CONDITION_EXPECTATION
Value: 4
See DataQualityRule.RowConditionExpectation.
Generated from protobuf enum ROW_CONDITION_EXPECTATION = 4;
SET_EXPECTATION
Value: 5
See DataQualityRule.SetExpectation.
Generated from protobuf enum SET_EXPECTATION = 5;
STATISTIC_RANGE_EXPECTATION
Value: 6
See DataQualityRule.StatisticRangeExpectation.
Generated from protobuf enum STATISTIC_RANGE_EXPECTATION = 6;
TABLE_CONDITION_EXPECTATION
Value: 7
See DataQualityRule.TableConditionExpectation.
Generated from protobuf enum TABLE_CONDITION_EXPECTATION = 7;
UNIQUENESS_EXPECTATION
Value: 8
See DataQualityRule.UniquenessExpectation.
Generated from protobuf enum UNIQUENESS_EXPECTATION = 8;
SQL_ASSERTION
Value: 9
See DataQualityRule.SqlAssertion.
Generated from protobuf enum SQL_ASSERTION = 9;