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 information for the `UpdateNoteRequest` class within the Grafeas v1 API, specifically version 3.6.0."],["`UpdateNoteRequest` is used to update a note and is part of the `Grafeas.V1` namespace in the `Grafeas.V1.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `UpdateNoteRequest` class include `Name` (the note's resource name), `Note` (the updated note content), `NoteName` (a typed view of the resource name), and `UpdateMask` (the fields to be updated)."],["There are multiple versions of the `UpdateNoteRequest`, the latest being 3.7.0, with older versions listed back to 2.2.0."]]],[]]