Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DebugQueryResult.
Contains a single result from the debug query.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResult
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRuleResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Specifies the name of the result. Available if provided with an explicit alias using |
↳ type |
string
Indicates the data type of the result. For more information, see BigQuery data types. |
↳ value |
string
Represents the value of the result as a string. |
getName
Specifies the name of the result. Available if provided with an explicit
alias using [AS] alias.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Specifies the name of the result. Available if provided with an explicit
alias using [AS] alias.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getType
Indicates the data type of the result. For more information, see BigQuery data types.
| Returns | |
|---|---|
| Type | Description |
string |
|
setType
Indicates the data type of the result. For more information, see BigQuery data types.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Represents the value of the result as a string.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Represents the value of the result as a string.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|