Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
- 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) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
constructor
A new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.
2289 2290 2291 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2289 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results_table ⇒ String
Optional. The BigQuery table to export DataQualityScan results to. Format:
projects/project/datasets/dataset/tables/table
Corresponds to the JSON property resultsTable
2287 2288 2289 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2287 def results_table @results_table end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2294 2295 2296 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2294 def update!(**args) @results_table = args[:results_table] if args.key?(:results_table) end |