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
IMessage UpdateNoteRequest , IEquatable UpdateNoteRequest , IDeepCloneable UpdateNoteRequest , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
UpdateNoteRequest()
public UpdateNoteRequest()
UpdateNoteRequest(UpdateNoteRequest)
public UpdateNoteRequest(UpdateNoteRequest other)
Properties
Name
public string Name { get; set; }
The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Note
public Note Note { get; set; }
The updated note.
NoteName
public NoteName NoteName { get; set; }
UpdateMask
public FieldMask UpdateMask { get; set; }
The fields to update.