Class: Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest::InlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/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::DiscoveryEngine::V1::UserEvent>

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

Returns:



151
152
153
154
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 151

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