public sealed class ImportProductSetsInputConfig : IMessage<ImportProductSetsInputConfig>, IEquatable<ImportProductSetsInputConfig>, IDeepCloneable<ImportProductSetsInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ImportProductSetsInputConfig.
The input content for the ImportProductSets method.
[[["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."],[[["This document provides reference documentation for the `ImportProductSetsInputConfig` class within the Google Cloud Vision v1 API, specifically for version 3.5.0."],["`ImportProductSetsInputConfig` is designed to handle the input content for the `ImportProductSets` method, with it inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `ImportProductSetsInputConfig()` and another `ImportProductSetsInputConfig(ImportProductSetsInputConfig other)` that takes another instance of the class as a parameter."],["It includes two properties: `GcsSource`, which defines the Google Cloud Storage location for a CSV file of `ImportProductSetRequests`, and `SourceCase`, which indicates the source being used."],["The page also contains a breakdown of all versions from 2.3.0 to 3.7.0 (latest)."]]],[]]