Grafeas v1 API - Class UpdateNoteRequest (3.10.0)

public sealed class UpdateNoteRequest : IMessage<UpdateNoteRequest>, IEquatable<UpdateNoteRequest>, IDeepCloneable<UpdateNoteRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class UpdateNoteRequest.

Request to update a note.

Inheritance

object >UpdateNoteRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

UpdateNoteRequest()

public UpdateNoteRequest()

UpdateNoteRequest(UpdateNoteRequest)

public UpdateNoteRequest(UpdateNoteRequest other)
Parameter
NameDescription
otherUpdateNoteRequest

Properties

Name

public string Name { get; set; }

The name of the note in the form ofprojects/[PROVIDER_ID]/notes/[NOTE_ID].

Property Value
TypeDescription
string

Note

public Note Note { get; set; }

The updated note.

Property Value
TypeDescription
Note

NoteName

public NoteName NoteName { get; set; }

NoteName-typed view over theName resource name property.

Property Value
TypeDescription
NoteName

UpdateMask

public FieldMask UpdateMask { get; set; }

The fields to update.

Property Value
TypeDescription
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.