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-03-21 UTC."],[[["This webpage details the `ProductInputConfig` class, which is used as an input source for products in Google Cloud Retail V2."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, equality checks, and cloning."],["The `ProductInputConfig` class has properties for configuring the input source, which can be a `BigQuerySource`, a `GcsSource`, or a `ProductInlineSource`."],["There are numerous previous versions of this documented class, ranging from the latest version 2.12.0 down to version 1.0.0."],["There are two constructors available: a default constructor, and a copy constructor that allows for creating a new `ProductInputConfig` object from an existing one."]]],[]]