Reference documentation and code samples for the Google Cloud Dataplex V1 Client class PostScanActionsResult.
Post scan actions result for data scan job.
Generated from protobuf message google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEventMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bigquery_export_result |
PostScanActionsResult\BigQueryExportResult
The result of BigQuery export post scan action. |
getBigqueryExportResult
The result of BigQuery export post scan action.
Returns | |
---|---|
Type | Description |
PostScanActionsResult\BigQueryExportResult|null |
hasBigqueryExportResult
clearBigqueryExportResult
setBigqueryExportResult
The result of BigQuery export post scan action.
Parameter | |
---|---|
Name | Description |
var |
PostScanActionsResult\BigQueryExportResult
|
Returns | |
---|---|
Type | Description |
$this |