Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActions
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActions
- 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 post scan actions of DataProfileScan job.
Instance Attribute Summary collapse
-
#bigquery_export ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
The configuration of BigQuery export post scan action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpecPostScanActions
constructor
A new instance of GoogleCloudDataplexV1DataProfileSpecPostScanActions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpecPostScanActions
Returns a new instance of GoogleCloudDataplexV1DataProfileSpecPostScanActions.
2204 2205 2206 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2204 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_export ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
The configuration of BigQuery export post scan action.
Corresponds to the JSON property bigqueryExport
2202 2203 2204 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2202 def bigquery_export @bigquery_export end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2209 2210 2211 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2209 def update!(**args) @bigquery_export = args[:bigquery_export] if args.key?(:bigquery_export) end |