public sealed class ProductInputConfig : IMessage<ProductInputConfig>, IEquatable<ProductInputConfig>, IDeepCloneable<ProductInputConfig>, IBufferMessage, IMessage
[[["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."],[[["The `ProductInputConfig` class, part of the Google.Cloud.Retail.V2 namespace, is used to define the input configuration for product data, with the latest version being 2.12.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["`ProductInputConfig` supports three types of input sources: `BigQuerySource`, `GcsSource`, and `ProductInlineSource`, which is determined by its `SourceCase` property."],["There are two constructors available to create a `ProductInputConfig` object: a default constructor and a constructor that accepts another `ProductInputConfig` instance."],["There are many versions of this class available to use, ranging from version 1.0.0 all the way to the latest 2.12.0, as well as all the versions between."]]],[]]