Class: Google::Cloud::Retail::V2::BigQueryOutputResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/export_config.rb

Overview

A BigQuery output result.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns The ID of a BigQuery Dataset.

Returns:

  • (::String)

    The ID of a BigQuery Dataset.



164
165
166
167
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 164

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

#table_id::String

Returns The ID of a BigQuery Table.

Returns:

  • (::String)

    The ID of a BigQuery Table.



164
165
166
167
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 164

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