Google Cloud Dataplex V1 Client - Class BigQueryExportResult (1.11.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.DataScanEvent.PostScanActionsResult.BigQueryExportResult
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEvent \ PostScanActionsResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Execution state for the BigQuery exporting. |
↳ message |
string
Additional information about the BigQuery exporting. |
getState
Execution state for the BigQuery exporting.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Execution state for the BigQuery exporting.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
Additional information about the BigQuery exporting.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Additional information about the BigQuery exporting.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|