Google Cloud Dataplex V1 Client - Class DataQualityDimension (0.11.1)

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

A dimension captures data quality intent about a defined subset of the rules specified.

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

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]

getName

The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]

Returns
TypeDescription
string

setName

The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]

Parameter
NameDescription
var string
Returns
TypeDescription
$this