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."],[[["The latest version of the `GetProductRequest` class is 3.7.0, with previous versions ranging from 3.6.0 down to 2.3.0 available for reference."],["`GetProductRequest` is a request message for the `GetProduct` method, utilized within the Google.Cloud.Vision.V1 namespace."],["The class inherits from `Object` and implements `IMessage\u003cGetProductRequest\u003e`, `IEquatable\u003cGetProductRequest\u003e`, `IDeepCloneable\u003cGetProductRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It includes properties such as `Name` (a string) and `ProductName` (a `ProductName`-typed view) for identifying the product resource to be retrieved."],["The `GetProductRequest` class provides two constructors: a default constructor `GetProductRequest()` and an overloaded constructor `GetProductRequest(GetProductRequest other)`."]]],[]]