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 webpage provides documentation for the `UpdateNoteRequest` class within the Grafeas V1 API, detailing its structure and usage."],["The `UpdateNoteRequest` class is designed to facilitate the updating of a note and is part of the Grafeas.V1 namespace, specifically available in the Grafeas.V1.dll assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET ecosystem."],["Key properties of the `UpdateNoteRequest` class include `Name` (the note's resource name), `Note` (the updated note content), `NoteName` (typed view of the `Name`), and `UpdateMask` (specifying fields for update)."],["The latest version of the documentation is 3.7.0, and this page is presenting version 3.1.0 of the documentation, with access to versions dating as far back as 2.2.0."]]],[]]