Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
The configuration of BigQuery export post scan action.
Instance Attribute Summary collapse
-
#results_table ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
constructor
A new instance of GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
Returns a new instance of GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.
2422 2423 2424 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results_table ⇒ String
Optional. The BigQuery table to export DataProfileScan results to. Format: //
bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
TABLE_ID
Corresponds to the JSON property resultsTable
2420 2421 2422 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2420 def results_table @results_table end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2427 2428 2429 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2427 def update!(**args) @results_table = args[:results_table] if args.key?(:results_table) end |