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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_profile.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 DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID.

Returns:

  • (::String)

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



74
75
76
77
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 74

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