Google Cloud Dataplex V1 Client - Class DataQualityDimensionResult (0.11.1)

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

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

Generated from protobuf message google.cloud.dataplex.v1.DataQualityDimensionResult

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dimension Google\Cloud\Dataplex\V1\DataQualityDimension

Output only. The dimension config specified in the DataQualitySpec, as is.

↳ passed bool

Whether the dimension passed or failed.

getDimension

Output only. The dimension config specified in the DataQualitySpec, as is.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\DataQualityDimension|null

hasDimension

clearDimension

setDimension

Output only. The dimension config specified in the DataQualitySpec, as is.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\DataQualityDimension
Returns
TypeDescription
$this

getPassed

Whether the dimension passed or failed.

Returns
TypeDescription
bool

setPassed

Whether the dimension passed or failed.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this