Class: Grafeas::V1::BatchCreateOccurrencesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateOccurrencesResponse
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Response for creating occurrences in batch.
Instance Attribute Summary collapse
-
#occurrences ⇒ ::Array<::Grafeas::V1::Occurrence>
The occurrences that were created.
Instance Attribute Details
#occurrences ⇒ ::Array<::Grafeas::V1::Occurrence>
Returns The occurrences that were created.
423 424 425 426 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 423 class BatchCreateOccurrencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |