Class: Google::Cloud::Retail::V2::BigQueryOutputResult
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::BigQueryOutputResult
- 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
-
#dataset_id ⇒ ::String
The ID of a BigQuery Dataset.
-
#table_id ⇒ ::String
The ID of a BigQuery Table.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns 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.
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 |