public sealed class ImportProductSetsRequest : IMessage<ImportProductSetsRequest>, IEquatable<ImportProductSetsRequest>, IDeepCloneable<ImportProductSetsRequest>, 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 `ImportProductSetsRequest` class, which is a request message used for the `ImportProductSets` method within the Google Cloud Vision V1 API."],["The `ImportProductSetsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class contains properties such as `InputConfig`, which specifies the content for the import requests, and `Parent`, which designates the project and location where the ProductSets should be imported."],["There are multiple versions of the `Google.Cloud.Vision.V1` available for this, ranging from version 2.3.0 up to version 3.7.0, the latest version."],["There are two constructors available, a default constructor `ImportProductSetsRequest()`, and a copy constructor `ImportProductSetsRequest(ImportProductSetsRequest other)` that takes another `ImportProductSetsRequest` object as a parameter."]]],[]]