public sealed class CompletionDataInputConfig : IMessage<CompletionDataInputConfig>, IEquatable<CompletionDataInputConfig>, IDeepCloneable<CompletionDataInputConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of `CompletionDataInputConfig` is 2.12.0, and this webpage provides documentation for versions ranging from 1.0.0 to 2.12.0."],["`CompletionDataInputConfig` is a class that serves as the input configuration source for completion data within the `Google.Cloud.Retail.V2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCompletionDataInputConfig\u003e`, `IDeepCloneable\u003cCompletionDataInputConfig\u003e`, and `IBufferMessage`, making it compatible with protobuf messaging."],["The class offers two constructors: a default constructor and one that accepts another `CompletionDataInputConfig` object as a parameter for copying."],["It includes properties such as `BigQuerySource`, which is a required input source, and `SourceCase`, which is used to determine the type of the source input."]]],[]]