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
IMessageUserEventInlineSource, IEquatableUserEventInlineSource, IDeepCloneableUserEventInlineSource, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.RetailV2Assembly
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 |
RepeatedFieldUserEvent |