Class: Grafeas::V1::BatchCreateNotesRequest

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

Overview

Request to create notes in batch.

Instance Attribute Summary collapse

Instance Attribute Details

#notesHash{String => Grafeas::V1::Note}

Returns The notes to create. Max allowed length is 1000.

Returns:



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

class BatchCreateNotesRequest; end

#parentString

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

Returns:

  • (String)

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



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

class BatchCreateNotesRequest; end