Class: Grafeas::V1::BatchCreateOccurrencesRequest

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

Overview

Request to create occurrences in batch.

Instance Attribute Summary collapse

Instance Attribute Details

#occurrencesArray<Grafeas::V1::Occurrence>

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

Returns:



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

class BatchCreateOccurrencesRequest; end

#parentString

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

Returns:

  • (String)

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



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

class BatchCreateOccurrencesRequest; end