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."],[[["This webpage provides documentation for the `CompletionDataInputConfig` class within the Google Cloud Retail v2 API for .NET, with the current version being 2.8.0."],["The `CompletionDataInputConfig` class is used to configure the input source for completion data, as stated in the description."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also having inheritance from `object`."],["The `CompletionDataInputConfig` class has a property called `BigQuerySource`, which is used to specify a BigQuery data source, and requires the \"BigQuery Data Viewer\" IAM permission to function properly."],["The latest version of the api is 2.12.0, and the webpage provides documentation for versions ranging from 1.0.0 to 2.12.0, all of which concern the same `CompletionDataInputConfig` class."]]],[]]