Class: Grafeas::V1::BatchCreateOccurrencesRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateOccurrencesRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/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.
414 415 416 417 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 414 class BatchCreateOccurrencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrences are to be created.
414 415 416 417 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 414 class BatchCreateOccurrencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |