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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]