Class: Grafeas::V1::UpdateNoteRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::UpdateNoteRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to update a note.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
. -
#note ⇒ Grafeas::V1::Note
The updated note.
-
#update_mask ⇒ Google::Protobuf::FieldMask
The fields to update.
Instance Attribute Details
#name ⇒ String
Returns The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
269 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 269 class UpdateNoteRequest; end |
#note ⇒ Grafeas::V1::Note
Returns The updated note.
269 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 269 class UpdateNoteRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns The fields to update.
269 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 269 class UpdateNoteRequest; end |