Grafeas v1 API - Class UpdateNoteRequest (3.1.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

GrafeasV1

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 of projects/[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 the Name resource name property.

Property Value
TypeDescription
NoteName

UpdateMask

public FieldMask UpdateMask { get; set; }

The fields to update.

Property Value
TypeDescription
FieldMask