Class: Grafeas::V1::BatchCreateOccurrencesRequest

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

Instance Attribute Details

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

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

Returns:



408
409
410
411
# File 'proto_docs/grafeas/v1/grafeas.rb', line 408

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.

Returns:

  • (::String)

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



408
409
410
411
# File 'proto_docs/grafeas/v1/grafeas.rb', line 408

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