public sealed class GetProductSetRequest : IMessage<GetProductSetRequest>, IEquatable<GetProductSetRequest>, IDeepCloneable<GetProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class GetProductSetRequest.
[[["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."],[[["The `GetProductSetRequest` class is a request message for the `GetProductSet` method within the Google Cloud Vision v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetProductSetRequest` class has two constructors: a default constructor and one that accepts another `GetProductSetRequest` object as a parameter."],["The `Name` property is a required string that represents the resource name of the ProductSet to get, following the format `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`."],["There are many different versions of this documentation available, with the latest version being 3.7.0, all the way to version 2.3.0."]]],[]]