public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UserEventInlineSource.
The inline source for the input config for ImportUserEvents method.
Implements
IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
UserEventInlineSource()
public UserEventInlineSource()
UserEventInlineSource(UserEventInlineSource)
public UserEventInlineSource(UserEventInlineSource other)
Parameter | |
---|---|
Name | Description |
other | UserEventInlineSource |
Properties
UserEvents
public RepeatedField<UserEvent> UserEvents { get; }
Required. A list of user events to import. Recommended max of 10k items.
Property Value | |
---|---|
Type | Description |
RepeatedField<UserEvent> |