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."],[[["The latest version of the `UpdateNoteRequest` API is 3.7.0, with several older versions available, ranging down to version 2.2.0."],["`UpdateNoteRequest` is a class used in the Grafeas v1 API for updating a note and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be instantiated either without any parameters, or with another `UpdateNoteRequest` object as the parameter."],["`UpdateNoteRequest` has properties such as `Name`, `Note`, `NoteName`, and `UpdateMask`, to provide details on the note to be updated, with further specifications."]]],[]]