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 webpage provides reference documentation for the `CompletionDataInputConfig` class within the Google Cloud Retail V2 API, specifically in the .NET environment."],["The class `CompletionDataInputConfig` serves as an input config source for completion data, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation offers information on the class's inheritance, the available constructors which include an empty constructor and a copy constructor, and the properties `BigQuerySource` and `SourceCase`."],["The latest version of the API documented is version 2.12.0, with a comprehensive list of versions ranging from 1.0.0 to 2.12.0 available for browsing."],["`BigQuerySource` is a required property that allows integration with BigQuery as a data source, and requires specific IAM permissions for its use."]]],[]]