Grafeas v1 API - Class UpdateNoteRequest (3.2.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
Name
Description

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

Note

 public Note Note { get; set; } 

The updated note.

Property Value
Type
Description

NoteName

 public NoteName NoteName { get; set; } 

NoteName -typed view over the Name resource name property.

Property Value
Type
Description

UpdateMask

 public FieldMask UpdateMask { get; set; } 

The fields to update.

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: