Grafeas V1 Client - Class CreateOccurrenceRequest (0.4.4)

Reference documentation and code samples for the Grafeas V1 Client class CreateOccurrenceRequest.

Request to create a new occurrence.

Generated from protobuf message grafeas.v1.CreateOccurrenceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ occurrence Grafeas\V1\Occurrence

The occurrence to create.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOccurrence

The occurrence to create.

Returns
TypeDescription
Grafeas\V1\Occurrence|null

hasOccurrence

clearOccurrence

setOccurrence

The occurrence to create.

Parameter
NameDescription
var Grafeas\V1\Occurrence
Returns
TypeDescription
$this