public sealed class UpdateNoteRequest : IMessage<UpdateNoteRequest>, IEquatable<UpdateNoteRequest>, IDeepCloneable<UpdateNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class UpdateNoteRequest.
[[["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 `UpdateNoteRequest` class within the Grafeas v1 API, specifically version 3.2.0."],["`UpdateNoteRequest` is used to request the updating of a note and is part of the `Grafeas.V1` namespace within the `Grafeas.V1.dll` assembly."],["The class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UpdateNoteRequest` class has properties such as `Name`, `Note`, `NoteName`, and `UpdateMask` to handle the details of the update request."],["There are many prior versions of the `UpdateNoteRequest` API available for use, ranging from version 2.2.0 to 3.7.0."]]],[]]