Class: Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination

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

The BigQuery output destination configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns Required. The ID of a BigQuery Dataset.

Returns:

  • (::String)

    Required. The ID of a BigQuery Dataset.



63
64
65
66
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 63

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

#table_id_prefix::String

Returns Required. The prefix of exported BigQuery tables.

Returns:

  • (::String)

    Required. The prefix of exported BigQuery tables.



63
64
65
66
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 63

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

#table_type::String

Returns Required. Describes the table type. The following values are supported:

  • table: A BigQuery native table.
  • view: A virtual table defined by a SQL query.

Returns:

  • (::String)

    Required. Describes the table type. The following values are supported:

    • table: A BigQuery native table.
    • view: A virtual table defined by a SQL query.


63
64
65
66
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 63

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