Class: Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination
- 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
-
#dataset_id ⇒ ::String
Required.
-
#table_id_prefix ⇒ ::String
Required.
-
#table_type ⇒ ::String
Required.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns 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.
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.
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 |