Google Cloud Dataplex V1 Client - Class RuleType (0.7.0)

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 \ DataQualityScanRuleResult

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#nonnullexpectation.

Generated from protobuf enum NON_NULL_EXPECTATION = 1;

RANGE_EXPECTATION

Value: 2

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rangeexpectation.

Generated from protobuf enum RANGE_EXPECTATION = 2;

REGEX_EXPECTATION

Value: 3

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#regexexpectation.

Generated from protobuf enum REGEX_EXPECTATION = 3;

ROW_CONDITION_EXPECTATION

Value: 4

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rowconditionexpectation.

Generated from protobuf enum ROW_CONDITION_EXPECTATION = 4;

SET_EXPECTATION

Value: 5

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.

Generated from protobuf enum SET_EXPECTATION = 5;

STATISTIC_RANGE_EXPECTATION

Value: 6

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.

Generated from protobuf enum STATISTIC_RANGE_EXPECTATION = 6;

TABLE_CONDITION_EXPECTATION

Value: 7

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.

Generated from protobuf enum TABLE_CONDITION_EXPECTATION = 7;

UNIQUENESS_EXPECTATION

Value: 8

Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.

Generated from protobuf enum UNIQUENESS_EXPECTATION = 8;