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, which is used as a request message for the `GetProduct` method."],["The latest version documented is 3.7.0, and the page lists all versions from 2.3.0 to the latest, providing links to each version's specific documentation for the `GetProductRequest` class."],["`GetProductRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, one default and another that accepts a `GetProductRequest` object for cloning, and it has properties for `Name` (a string representing the resource name) and `ProductName` (a typed view over the `Name` property)."],["The content also includes inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]