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-04-17 UTC."],[[["This webpage provides documentation for the `CompletionDataInputConfig` class within the Google Cloud Retail V2 API for .NET."],["The latest version available is 2.12.0, with this specific page documenting version 2.10.0, where all previous versions dating back to 1.0.0 can be found in the provided list."],["`CompletionDataInputConfig` is used as an input config source for completion data, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `BigQuerySource`, for specifying a BigQuery input source, and `SourceCase` to identify the current input source type."],["The documented class is found within the `Google.Cloud.Retail.V2` namespace and is part of the `Google.Cloud.Retail.V2.dll` assembly, and offers two constructors; one is a default constructor and the second takes a `CompletionDataInputConfig` object as a parameter."]]],[]]