public sealed class UserEventInputConfig : IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, IBufferMessage, IMessageThe input config source for user events.
Implements
IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, 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 | 
| UserEventInputConfig.SourceOneofCase | |
UserEventInlineSource
public UserEventInlineSource UserEventInlineSource { get; set; }Required. The Inline source for the input content for UserEvents.
| Property Value | |
|---|---|
| Type | Description | 
| UserEventInlineSource | |