Google Cloud Dataplex V1 Client - Class BigQueryExportResult (0.11.1)

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.DataProfileResult.PostScanActionsResult.BigQueryExportResult

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataProfileResult \ PostScanActionsResult

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setState

Output only. Execution state for the BigQuery exporting.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMessage

Output only. Additional information about the BigQuery exporting.

Returns
TypeDescription
string

setMessage

Output only. Additional information about the BigQuery exporting.

Parameter
NameDescription
var string
Returns
TypeDescription
$this