public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class GetProductRequest.
[[["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 provides reference documentation for the `GetProductRequest` class within the Google Cloud Vision v1 API."],["The `GetProductRequest` class is used as a request message for the `GetProduct` method in the API and is part of the `Google.Cloud.Vision.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with Google Protobuf."],["The `GetProductRequest` class contains two constructors, `GetProductRequest()` and `GetProductRequest(GetProductRequest other)`, and two properties: `Name` (string) and `ProductName`, used to identify the product to retrieve."],["The documentation highlights multiple versions, from 2.3.0 to 3.7.0 (latest), offering access to the `GetProductRequest` documentation across different releases of the Google Cloud Vision v1."]]],[]]