public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportUserEvents method.
Inheritance
System.Object > UserEventInlineSourceImplements
Google.Protobuf.IMessage<UserEventInlineSource>, System.IEquatable<UserEventInlineSource>, Google.Protobuf.IDeepCloneable<UserEventInlineSource>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.Collections.RepeatedField<UserEvent> |