Class: Google::Cloud::Retail::V2::UserEventInlineSource

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 ImportUserEvents method.

Instance Attribute Summary collapse

Instance Attribute Details

#user_events::Array<::Google::Cloud::Retail::V2::UserEvent>

Returns Required. A list of user events to import. Recommended max of 10k items.

Returns:



141
142
143
144
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 141

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