Class: Google::Cloud::Retail::V2::ProductInlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

The inline source for the input config for ImportProducts method.

Instance Attribute Summary collapse

Instance Attribute Details

#products::Array<::Google::Cloud::Retail::V2::Product>

Returns Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 132

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