public sealed class GetReferenceImageRequest : IMessage<GetReferenceImageRequest>, IEquatable<GetReferenceImageRequest>, IDeepCloneable<GetReferenceImageRequest>, 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 `GetReferenceImageRequest` is 3.7.0, with versions available from 2.3.0 up to 3.7.0 in the provided content."],["`GetReferenceImageRequest` is a request message used for the `GetReferenceImage` method within the `Google.Cloud.Vision.V1` namespace."],["The `GetReferenceImageRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling and deep cloning."],["The class includes two constructors, one default and another that accepts another `GetReferenceImageRequest` instance, as well as the `Name` and `ReferenceImageName` properties."],["The `Name` property within `GetReferenceImageRequest` is a required string representing the resource name of the `ReferenceImage` with the specified format: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID`."]]],[]]