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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ passed |
bool
Whether the dimension passed or failed. |
getPassed
Whether the dimension passed or failed.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setPassed
Whether the dimension passed or failed.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|