Class: Grafeas::V1::BatchCreateOccurrencesRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateOccurrencesRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to create occurrences in batch.
Instance Attribute Summary collapse
-
#occurrences ⇒ Array<Grafeas::V1::Occurrence>
The occurrences to create.
-
#parent ⇒ String
The name of the project in the form of
projects/[PROJECT_ID], under which the occurrences are to be created.
Instance Attribute Details
#occurrences ⇒ Array<Grafeas::V1::Occurrence>
Returns The occurrences to create. Max allowed length is 1000.
314 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 314 class BatchCreateOccurrencesRequest; end |
#parent ⇒ String
Returns 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 |