public sealed class CompletionDataInputConfig : IMessage<CompletionDataInputConfig>, IEquatable<CompletionDataInputConfig>, IDeepCloneable<CompletionDataInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompletionDataInputConfig.
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 available for `CompletionDataInputConfig` is 2.12.0, but this page is specific to version 2.6.0."],["This documentation provides reference and code samples for the `CompletionDataInputConfig` class within the Retail v2 API, which is used as an input configuration for completion data."],["The `CompletionDataInputConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The `CompletionDataInputConfig` class has two constructors and two main properties: `BigQuerySource` which requires the \"BigQuery Data Viewer\" IAM permission, and `SourceCase` representing the input source."],["There are multiple previous versions of this class available, ranging from 1.0.0 up to 2.11.0."]]],[]]