public sealed class CompletionDataInputConfig : IMessage<CompletionDataInputConfig>, IEquatable<CompletionDataInputConfig>, IDeepCloneable<CompletionDataInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompletionDataInputConfig.
The input config source for completion data.
Implements
IMessageCompletionDataInputConfig, IEquatableCompletionDataInputConfig, IDeepCloneableCompletionDataInputConfig, 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 |
CompletionDataInputConfigSourceOneofCase |