Class: Grafeas::V1::CreateOccurrenceRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/grafeas.rb

Overview

Request to create a new occurrence.

Instance Attribute Summary collapse

Instance Attribute Details

#occurrenceGrafeas::V1::Occurrence

Returns The occurrence to create.

Returns:



181
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 181

class CreateOccurrenceRequest; end

#parentString

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.



181
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 181

class CreateOccurrenceRequest; end