Grafeas V1 Client - Class UpdateOccurrenceRequest (0.6.0)

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

Request to update an occurrence.

Generated from protobuf message grafeas.v1.UpdateOccurrenceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

↳ occurrence Grafeas\V1\Occurrence

The updated occurrence.

↳ update_mask Google\Protobuf\FieldMask

The fields to update.

getName

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Returns
TypeDescription
string

setName

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOccurrence

The updated occurrence.

Returns
TypeDescription
Grafeas\V1\Occurrence|null

hasOccurrence

clearOccurrence

setOccurrence

The updated occurrence.

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

getUpdateMask

The fields to update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The fields to update.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this