public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, 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 page details the `GetProductRequest` class, which is used to request product information in the Google Cloud Vision API."],["The `GetProductRequest` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, with the most recent version being 3.7.0."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality checks, deep cloning, and buffer operations."],["The `GetProductRequest` class includes properties like `Name`, a string that is the resource name of the product to retrieve, and `ProductName`, a `ProductName`-typed view over the `Name` resource name property."],["The page provides a list of previous versions, going as far back as version 2.3.0."]]],[]]