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."],[[["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."]]],[]]