Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport

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 BigQuery export post scan action.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport

Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.



3256
3257
3258
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3256

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

Instance Attribute Details

#results_tableString

Optional. The BigQuery table to export DataQualityScan results to. Format: // bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/ TABLE_ID Corresponds to the JSON property resultsTable

Returns:

  • (String)


3254
3255
3256
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3254

def results_table
  @results_table
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3261
3262
3263
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3261

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