Class: Grafeas::V1::CreateNoteRequest

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

Overview

Request to create a new note.

Instance Attribute Summary collapse

Instance Attribute Details

#noteGrafeas::V1::Note

Returns The note to create.

Returns:



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

class CreateNoteRequest; end

#note_idString

Returns The ID to use for this note.

Returns:

  • (String)

    The ID to use for this note.



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

class CreateNoteRequest; end

#parentString

Returns The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

Returns:

  • (String)

    The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.



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

class CreateNoteRequest; end