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."],[[["This page details the `CompletionDataInputConfig` class within the `Google.Cloud.Retail.V2` namespace, which is the input configuration for completion data."],["The latest version available is 2.12.0, and the page provides links to documentation for previous versions, going back to version 1.0.0."],["`CompletionDataInputConfig` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `BigQuerySource`, which requires specific IAM permissions, and `SourceCase` to handle different input source types."],["The `CompletionDataInputConfig` class offers two constructors: one default constructor and one that takes in another `CompletionDataInputConfig` object as an argument."]]],[]]