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.
Implements
IMessageUpdateNoteRequest, IEquatableUpdateNoteRequest, IDeepCloneableUpdateNoteRequest, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
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 of
projects/[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 |