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 found within the `Google.Cloud.Vision.V1.dll` assembly."],["It provides the ability to retrieve a `ProductSet` via the required `Name` property, which specifies the resource name of the desired `ProductSet` and takes the format of `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`."],["This class also has a `ProductSetName` property, representing a typed view of the name resource, and it inherits from the Object class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation is structured to include versions from 2.3.0 up to the latest version 3.7.0."]]],[]]