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-03-21 UTC."],[[["This webpage provides documentation for the `GetProductRequest` class within the Google Cloud Vision v1 API for .NET."],["The `GetProductRequest` class is used to request a specific product using the `GetProduct` method and is the request message for that specific method."],["The latest version of the documentation available for `GetProductRequest` is version 3.7.0, but other versions ranging from 3.6.0 down to 2.3.0 are also documented."],["`GetProductRequest` has properties such as `Name` (a string representing the resource name of the Product) and `ProductName` (a typed view over the Name property)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]