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 documentation and code samples for the `UpdateNoteRequest` class within the Grafeas v1 API, specifically for version 3.3.0."],["`UpdateNoteRequest` is a class used to request updates to a note, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateNoteRequest` class has properties for `Name` (the note's resource name), `Note` (the updated note itself), `NoteName` (a typed view of the note's resource name), and `UpdateMask` (the fields to be updated)."],["It includes links to previous versions of the documentation all the way back to version 2.2.0, with 3.7.0 being the latest version available."]]],[]]