Class: Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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::V1beta::UserEvent>
Returns Required. A list of user events to import. Recommended max of 10k items.
407 408 409 410 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 407 class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |