public sealed class CompletionDataInputConfig : IMessage<CompletionDataInputConfig>, IEquatable<CompletionDataInputConfig>, IDeepCloneable<CompletionDataInputConfig>, IBufferMessage, IMessage
The input config source for completion data.
Implements
IMessage<CompletionDataInputConfig>, IEquatable<CompletionDataInputConfig>, IDeepCloneable<CompletionDataInputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
CompletionDataInputConfig()
public CompletionDataInputConfig()
CompletionDataInputConfig(CompletionDataInputConfig)
public CompletionDataInputConfig(CompletionDataInputConfig other)
Parameter | |
---|---|
Name | Description |
other | CompletionDataInputConfig |
Properties
BigQuerySource
public BigQuerySource BigQuerySource { get; set; }
Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
Property Value | |
---|---|
Type | Description |
BigQuerySource |
SourceCase
public CompletionDataInputConfig.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
CompletionDataInputConfig.SourceOneofCase |