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 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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `GetProductRequest` instance as a parameter, allowing for the creation of copies."],["The `GetProductRequest` class includes properties such as `Name`, which is a string representing the resource name of the product to be retrieved, and `ProductName`, a typed view of the name."],["The provided content showcases a range of version history, from 2.3.0 to the latest 3.7.0, offering access to documentation for each previous release."]]],[]]