Google Cloud Dataplex V1 Client - Class DataQualityColumnResult (0.13.0)

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

DataQualityColumnResult provides a more detailed, per-column view of the results.

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

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ column string

Output only. The column specified in the DataQualityRule.

↳ score float

Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set. The score ranges between between [0, 100] (up to two decimal points).

getColumn

Output only. The column specified in the DataQualityRule.

Returns
TypeDescription
string

setColumn

Output only. The column specified in the DataQualityRule.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getScore

Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.

The score ranges between between [0, 100] (up to two decimal points).

Returns
TypeDescription
float

hasScore

clearScore

setScore

Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.

The score ranges between between [0, 100] (up to two decimal points).

Parameter
NameDescription
var float
Returns
TypeDescription
$this