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, which is a request message used for the `GetProductSet` method within the Google Cloud Vision V1 API."],["The `GetProductSetRequest` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, and is part of version 3.0.0."],["This class inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The class provides two constructors, one default and another that accepts an existing `GetProductSetRequest` object for copying, and it also includes a `Name` property for the resource name of the product set, as well as a `ProductSetName` property that is a typed view over the name."],["There are multiple prior versions of this, from 2.3.0 to the latest 3.7.0."]]],[]]