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-03-21 UTC."],[[["The `ImportProductSetsInputConfig` class is used as the input content for the `ImportProductSets` method within the Google Cloud Vision v1 API."],["This class has been implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and advanced functionalities."],["The latest version of `ImportProductSetsInputConfig` is 3.7.0, and documentation is provided for versions ranging from 2.3.0 up to the current release."],["It takes in a GcsSource property, which describes the Google Cloud Storage location of a CSV file containing a list of ImportProductSetRequests, and it has a property SourceCase which can be used to access the `SourceOneofCase` type."],["This class can be constructed with no parameters, or an `ImportProductSetsInputConfig` object."]]],[]]