Retail v2 API - Class UserEventInputConfig (2.8.0)

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.

Inheritance

object > UserEventInputConfig

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UserEventInputConfig()

public UserEventInputConfig()

UserEventInputConfig(UserEventInputConfig)

public UserEventInputConfig(UserEventInputConfig other)
Parameter
NameDescription
otherUserEventInputConfig

Properties

BigQuerySource

public BigQuerySource BigQuerySource { get; set; }

Required. BigQuery input source.

Property Value
TypeDescription
BigQuerySource

GcsSource

public GcsSource GcsSource { get; set; }

Required. Google Cloud Storage location for the input content.

Property Value
TypeDescription
GcsSource

SourceCase

public UserEventInputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
UserEventInputConfigSourceOneofCase

UserEventInlineSource

public UserEventInlineSource UserEventInlineSource { get; set; }

Required. The Inline source for the input content for UserEvents.

Property Value
TypeDescription
UserEventInlineSource