Class: Google::Cloud::Retail::V2::ProductInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ProductInputConfig
- 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 products.
Instance Attribute Summary collapse
-
#big_query_source ⇒ ::Google::Cloud::Retail::V2::BigQuerySource
BigQuery input source.
-
#gcs_source ⇒ ::Google::Cloud::Retail::V2::GcsSource
Google Cloud Storage location for the input content.
-
#product_inline_source ⇒ ::Google::Cloud::Retail::V2::ProductInlineSource
The Inline source for the input content for products.
Instance Attribute Details
#big_query_source ⇒ ::Google::Cloud::Retail::V2::BigQuerySource
Returns BigQuery input source.
270 271 272 273 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270 class ProductInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::Retail::V2::GcsSource
Returns Google Cloud Storage location for the input content.
270 271 272 273 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270 class ProductInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_inline_source ⇒ ::Google::Cloud::Retail::V2::ProductInlineSource
Returns The Inline source for the input content for products.
270 271 272 273 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270 class ProductInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |