Class: Grafeas::V1::UpdateNoteRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/grafeas.rb

Overview

Request to update a note.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Returns:

  • (String)

    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

#noteGrafeas::V1::Note

Returns The updated note.

Returns:



269
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 269

class UpdateNoteRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns The fields to update.

Returns:



269
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 269

class UpdateNoteRequest; end