public sealed class GetProductSetRequest : IMessage<GetProductSetRequest>, IEquatable<GetProductSetRequest>, IDeepCloneable<GetProductSetRequest>, 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-04-17 UTC."],[[["This webpage details the `GetProductSetRequest` class within the `Google.Cloud.Vision.V1` namespace, specifically for version 2.5.0, which is a request message for the `GetProductSet` method."],["The `GetProductSetRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetProductSetRequest` class include `Name` (a string representing the resource name of the product set) and `ProductSetName` (a `ProductSetName`-typed view over the `Name` property)."],["The webpage includes a list of previous versions of the `GetProductSetRequest` class from 3.7.0 down to 2.3.0."],["The `GetProductSetRequest` class offers two constructors, a default one and another that accepts another `GetProductSetRequest` as a parameter."]]],[]]