Google Cloud Dataplex V1 Client - Class DataQualityResult (0.11.1)

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

Data quality result for data scan job.

Generated from protobuf message google.cloud.dataplex.v1.DataScanEvent.DataQualityResult

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataScanEvent

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ row_count
int|string

The count of rows processed in the data scan job.

↳ passed
bool

Whether the data quality result was pass or not.

↳ dimension_passed
array| Google\Protobuf\Internal\MapField

The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

getRowCount

The count of rows processed in the data scan job.

Returns
Type
Description
int|string

setRowCount

The count of rows processed in the data scan job.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getPassed

Whether the data quality result was pass or not.

Returns
Type
Description
bool

setPassed

Whether the data quality result was pass or not.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getDimensionPassed

The result of each dimension for data quality result.

The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

Returns
Type
Description

setDimensionPassed

The result of each dimension for data quality result.

The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

Parameter
Name
Description
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: