Class: Grafeas::V1::BatchCreateOccurrencesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#occurrences::Array<::Grafeas::V1::Occurrence>

Returns The occurrences that were created.

Returns:



414
415
416
417
# File 'proto_docs/grafeas/v1/grafeas.rb', line 414

class BatchCreateOccurrencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end