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."],[[["Version 2.12.0 is the latest version available for the `CompletionDataInputConfig` class within the Google Cloud Retail V2 API."],["The `CompletionDataInputConfig` class, found in the `Google.Cloud.Retail.V2` namespace, is utilized to configure the input source for completion data in the Retail v2 API."],["The `CompletionDataInputConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, enabling its extensive functionality."],["The class can be constructed using a default constructor, `CompletionDataInputConfig()`, or by copying another `CompletionDataInputConfig` instance."],["The `BigQuerySource` property, of type `BigQuerySource`, is a required input source for the class and users must add the IAM permission \"BigQuery Data Viewer\"."]]],[]]