public sealed class AddProductToProductSetRequest : IMessage<AddProductToProductSetRequest>, IEquatable<AddProductToProductSetRequest>, IDeepCloneable<AddProductToProductSetRequest>, IBufferMessage, IMessage
Request message for the AddProductToProductSet 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."],[[["This page provides documentation for the `AddProductToProductSetRequest` class, which is used as a request message for the `AddProductToProductSet` method in the Google Cloud Vision API."],["The class `AddProductToProductSetRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["The `AddProductToProductSetRequest` class has two constructors, a default and another that accepts another `AddProductToProductSetRequest` object for copying, and it has properties for `Name`, `Product`, `ProductAsProductName`, and `ProductSetName`."],["The `Name` and `Product` properties are required fields and represent the resource names for the ProductSet to modify and the Product to be added, respectively, both of which have a specified format."],["The page lists the available versions of the package, ranging from 2.3.0 to 3.7.0, with version 3.7.0 being the latest, and each version links to its corresponding documentation."]]],[]]