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 version 2.2.0 in the Google.Cloud.Retail.V2 namespace and is used to configure the input source for product data."],["The `ProductInputConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities for product data handling."],["The class offers multiple source options for inputting product data, including `BigQuerySource`, `GcsSource`, and `ProductInlineSource`, allowing flexibility in data origin."],["The page provides a version history with links to documentation for versions ranging from 1.0.0 up to the latest release, 2.12.0, allowing users to browse through previous releases."],["The `ProductInputConfig` class offers two constructors: a default constructor and a constructor that accepts another `ProductInputConfig` object for copying."]]],[]]