Class UserEventInputConfig
The input config source for user events.
Inheritance
System.Object
UserEventInputConfig
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class UserEventInputConfig : IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, IBufferMessage, IMessage
Constructors
UserEventInputConfig()
Declaration
public UserEventInputConfig()
UserEventInputConfig(UserEventInputConfig)
Declaration
public UserEventInputConfig(UserEventInputConfig other)
Parameters
Type | Name | Description |
---|---|---|
UserEventInputConfig | other |
Properties
BigQuerySource
Required. BigQuery input source.
Declaration
public BigQuerySource BigQuerySource { get; set; }
Property Value
Type | Description |
---|---|
BigQuerySource |
GcsSource
Required. Google Cloud Storage location for the input content.
Declaration
public GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsSource |
SourceCase
Declaration
public UserEventInputConfig.SourceOneofCase SourceCase { get; }
Property Value
Type | Description |
---|---|
UserEventInputConfig.SourceOneofCase |
UserEventInlineSource
Required. The Inline source for the input content for UserEvents.
Declaration
public UserEventInlineSource UserEventInlineSource { get; set; }
Property Value
Type | Description |
---|---|
UserEventInlineSource |