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 webpage details the `GetProductRequest` class within the `Google.Cloud.Vision.V1` namespace, specifically version 2.3.0, which is used to construct requests for retrieving product information."],["The `GetProductRequest` class inherits from `Object` and implements several interfaces, including `IMessage\u003cGetProductRequest\u003e`, `IEquatable\u003cGetProductRequest\u003e`, `IDeepCloneable\u003cGetProductRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors, one default and another that takes an existing `GetProductRequest` object for copying."],["The `GetProductRequest` class has two primary properties: `Name` (a string representing the product's resource name) and `ProductName` (a typed view of the resource name)."],["The page also provides a link to older versions of this class, ranging from version 2.3.0 up to the latest version 3.7.0."]]],[]]