Class: Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/import.rb

Overview

The inline source for the input config for ImportCatalogItems method.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_items::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>

Returns Optional. A list of catalog items to update/create. Recommended max of 10k items.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 45

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