public sealed class UserEventInputConfig : IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UserEventInputConfig.
The input config source for user events.
Implements
IMessageUserEventInputConfig, IEquatableUserEventInputConfig, IDeepCloneableUserEventInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
UserEventInputConfig()
public UserEventInputConfig()
UserEventInputConfig(UserEventInputConfig)
public UserEventInputConfig(UserEventInputConfig other)
Parameter | |
---|---|
Name | Description |
other | UserEventInputConfig |
Properties
BigQuerySource
public BigQuerySource BigQuerySource { get; set; }
Required. BigQuery input source.
Property Value | |
---|---|
Type | Description |
BigQuerySource |
GcsSource
public GcsSource GcsSource { get; set; }
Required. Google Cloud Storage location for the input content.
Property Value | |
---|---|
Type | Description |
GcsSource |
SourceCase
public UserEventInputConfig.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
UserEventInputConfigSourceOneofCase |
UserEventInlineSource
public UserEventInlineSource UserEventInlineSource { get; set; }
Required. The Inline source for the input content for UserEvents.
Property Value | |
---|---|
Type | Description |
UserEventInlineSource |