Class UserEventInputConfig (1.0.0)

public sealed class UserEventInputConfig : IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, IBufferMessage, IMessage

The input config source for user events.

Inheritance

System.Object > UserEventInputConfig

Implements

Google.Protobuf.IMessage<UserEventInputConfig>, System.IEquatable<UserEventInputConfig>, Google.Protobuf.IDeepCloneable<UserEventInputConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
UserEventInputConfig.SourceOneofCase

UserEventInlineSource

public UserEventInlineSource UserEventInlineSource { get; set; }

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

Property Value
TypeDescription
UserEventInlineSource