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-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eUpdateNoteRequest\u003c/code\u003e API is 3.7.0, with several older versions available, ranging down to version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateNoteRequest\u003c/code\u003e is a class used in the Grafeas v1 API for updating a note and it implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class can be instantiated either without any parameters, or with another \u003ccode\u003eUpdateNoteRequest\u003c/code\u003e object as the parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateNoteRequest\u003c/code\u003e has properties such as \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNote\u003c/code\u003e, \u003ccode\u003eNoteName\u003c/code\u003e, and \u003ccode\u003eUpdateMask\u003c/code\u003e, to provide details on the note to be updated, with further specifications.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class UpdateNoteRequest (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.UpdateNoteRequest)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.UpdateNoteRequest)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.UpdateNoteRequest)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.UpdateNoteRequest)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.UpdateNoteRequest)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.UpdateNoteRequest)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.UpdateNoteRequest)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.UpdateNoteRequest)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.UpdateNoteRequest)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.UpdateNoteRequest)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.UpdateNoteRequest)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.UpdateNoteRequest)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.UpdateNoteRequest) \n\n public sealed class UpdateNoteRequest : IMessage\u003cUpdateNoteRequest\u003e, IEquatable\u003cUpdateNoteRequest\u003e, IDeepCloneable\u003cUpdateNoteRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class UpdateNoteRequest.\n\nRequest to update a note. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateNoteRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateNoteRequest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.UpdateNoteRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateNoteRequest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.UpdateNoteRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateNoteRequest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.UpdateNoteRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### UpdateNoteRequest()\n\n public UpdateNoteRequest()\n\n### UpdateNoteRequest(UpdateNoteRequest)\n\n public UpdateNoteRequest(UpdateNoteRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the note in the form of\n`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.\n\n### Note\n\n public Note Note { get; set; }\n\nThe updated note.\n\n### NoteName\n\n public NoteName NoteName { get; set; }\n\n[NoteName](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.NoteName)-typed view over the [Name](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.UpdateNoteRequest#Grafeas_V1_UpdateNoteRequest_Name) resource name property.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe fields to update."]]