Module: Google::Cloud::Dataplex::V1::DataQualityScanRuleResult::Result

Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Whether the data quality rule passed or failed.

Constant Summary collapse

RESULT_UNSPECIFIED =

An unspecified result.

0
PASSED =

The data quality rule passed.

1
FAILED =

The data quality rule failed.

2