Class: Grafeas::V1::CreateOccurrenceRequest

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 a new occurrence.

Instance Attribute Summary collapse

Instance Attribute Details

#occurrence::Grafeas::V1::Occurrence

Returns The occurrence to create.

Returns:



218
219
220
221
# File 'proto_docs/grafeas/v1/grafeas.rb', line 218

class CreateOccurrenceRequest
  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 occurrence is to be created.

Returns:

  • (::String)

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



218
219
220
221
# File 'proto_docs/grafeas/v1/grafeas.rb', line 218

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