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 document provides reference information for the `GetProductRequest` class within the Google Cloud Vision v1 API for .NET, with the current version being 3.2.0."],["The `GetProductRequest` class is a request message used for the `GetProduct` method and is part of the `Google.Cloud.Vision.V1` namespace."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as listing its own inherited members."],["The class has two constructors, a default constructor and one that takes another `GetProductRequest` object, and includes two primary properties, `Name` and `ProductName`."],["The documentation allows for viewing the different versions, from 2.3.0 to the most recent 3.7.0, of the GetProductRequest."]]],[]]