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"]],[["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."],[[["The latest version available for `CompletionDataInputConfig` is 2.12.0, but the documentation covers versions ranging from 1.0.0 to 2.12.0."],["`CompletionDataInputConfig` is a class that serves as the input configuration source for completion data in the Google.Cloud.Retail.V2 namespace."],["This class inherits from Object and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["`CompletionDataInputConfig` has a `BigQuerySource` property, which is the required BigQuery input source and requires the \"BigQuery Data Viewer\" IAM permission."],["`CompletionDataInputConfig` also has a `SourceCase` property that helps users understand the type of source that is being used."]]],[]]