Grafeas v1 API - Class UpdateNoteRequest (3.10.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class UpdateNoteRequest : IMessage<UpdateNoteRequest>, IEquatable<UpdateNoteRequest>, IDeepCloneable<UpdateNoteRequest>, IBufferMessage, IMessageReference documentation and code samples for the Grafeas v1 API class UpdateNoteRequest.
Request to update a note.
Implements
IMessageUpdateNoteRequest,IEquatableUpdateNoteRequest,IDeepCloneableUpdateNoteRequest,IBufferMessage,IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
UpdateNoteRequest()
public UpdateNoteRequest()UpdateNoteRequest(UpdateNoteRequest)
public UpdateNoteRequest(UpdateNoteRequest other)| Parameter | |
|---|---|
| Name | Description |
other | UpdateNoteRequest |
Properties
Name
public string Name { get; set; }The name of the note in the form ofprojects/[PROVIDER_ID]/notes/[NOTE_ID].
| Property Value | |
|---|---|
| Type | Description |
string | |
Note
public Note Note { get; set; }The updated note.
| Property Value | |
|---|---|
| Type | Description |
Note | |
NoteName
public NoteName NoteName { get; set; }| Property Value | |
|---|---|
| Type | Description |
NoteName | |
UpdateMask
public FieldMask UpdateMask { get; set; }The fields to update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-29 UTC.