Google Cloud Dataplex V1 Client - Class Result (0.13.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Result.

Whether the data quality rule passed or failed.

Protobuf type google.cloud.dataplex.v1.DataQualityScanRuleResult.Result

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualityScanRuleResult

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESULT_UNSPECIFIED

Value: 0

An unspecified result.

Generated from protobuf enum RESULT_UNSPECIFIED = 0;

PASSED

Value: 1

The data quality rule passed.

Generated from protobuf enum PASSED = 1;

FAILED

Value: 2

The data quality rule failed.

Generated from protobuf enum FAILED = 2;