Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActions

Inherits:
Object
  • Object
show all
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 DataQualityScan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActions

Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActions.



2352
2353
2354
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2352

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_exportGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport

The configuration of BigQuery export post scan action. Corresponds to the JSON property bigqueryExport



2350
2351
2352
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2350

def bigquery_export
  @bigquery_export
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2357
2358
2359
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2357

def update!(**args)
  @bigquery_export = args[:bigquery_export] if args.key?(:bigquery_export)
end