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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `CompletionDataInputConfig` class within the Google Cloud Retail v2 API for .NET, specifically version 2.11.0."],["The `CompletionDataInputConfig` class is used to configure the input source for completion data and it includes support for BigQuery as an input source, which requires specific IAM permissions."],["The page also includes links to reference documentation for multiple versions of the `CompletionDataInputConfig` class, ranging from version 1.0.0 to the latest version 2.12.0, each corresponding to a unique Google Cloud Retail v2 API release."],["The `CompletionDataInputConfig` class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the object class."],["The class has two constructors one empty and another accepting a `CompletionDataInputConfig`, and two properties; `BigQuerySource` which is required, and `SourceCase`."]]],[]]