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 webpage details the `CompletionDataInputConfig` class within the `Google.Cloud.Retail.V2` namespace, which is the input configuration for completion data."],["It lists various versions of the class, with version 2.12.0 being the latest, along with links to documentation for each version from 2.12.0 down to 1.0.0."],["The `CompletionDataInputConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `Object`."],["The class includes two constructors `CompletionDataInputConfig()` and `CompletionDataInputConfig(CompletionDataInputConfig)` to be used for creation."],["The properties `BigQuerySource`, which is the required BigQuery input source, and `SourceCase`, are also described, with `BigQuerySource` being type `BigQuerySource` and `SourceCase` being type `CompletionDataInputConfig.SourceOneofCase`."]]],[]]