Class: Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

The configuration of BigQuery export post scan action.

Instance Attribute Summary collapse

Instance Attribute Details

#results_table::String

Returns Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID.

Returns:

  • (::String)

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



70
71
72
73
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 70

class BigQueryExport
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end