Google Cloud Dataplex V1 Client - Class PostScanActionsResult (0.15.1)
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 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 |
Google\Cloud\Dataplex\V1\DataScanEvent\PostScanActionsResult\BigQueryExportResult
The result of BigQuery export post scan action. |
getBigqueryExportResult
The result of BigQuery export post scan action.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\DataScanEvent\PostScanActionsResult\BigQueryExportResult|null |
|
hasBigqueryExportResult
clearBigqueryExportResult
setBigqueryExportResult
The result of BigQuery export post scan action.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataplex\V1\DataScanEvent\PostScanActionsResult\BigQueryExportResult
|
| Returns | |
|---|---|
| Type | Description |
$this |
|