Google Cloud Dataplex V1 Client - Class BigQueryExportResult (0.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BigQueryExportResult.
The result of BigQuery export post scan action.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult.BigQueryExportResult
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityResult \ PostScanActionsResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Output only. Execution state for the BigQuery exporting. |
↳ message |
string
Output only. Additional information about the BigQuery exporting. |
getState
Output only. Execution state for the BigQuery exporting.
| Returns | |
|---|---|
| Type | Description |
int |
|
setState
Output only. Execution state for the BigQuery exporting.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
Output only. Additional information about the BigQuery exporting.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Output only. Additional information about the BigQuery exporting.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|