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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Optional. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters. |
getName
Optional. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.
Returns | |
---|---|
Type | Description |
string |
setName
Optional. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |