Class: Google::Cloud::Retail::V2::CompletionDataInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CompletionDataInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/import_config.rb
Overview
The input config source for completion data.
Instance Attribute Summary collapse
Instance Attribute Details
#big_query_source ⇒ ::Google::Cloud::Retail::V2::BigQuerySource
Returns Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
298 299 300 301 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 298 class CompletionDataInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |