Grafeas V1 Client - Class UpdateOccurrenceRequest (0.5.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
Name Description
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
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getOccurrence

The updated occurrence.

Returns
Type Description
Grafeas\V1\Occurrence|null

hasOccurrence

clearOccurrence

setOccurrence

The updated occurrence.

Parameter
Name Description
var Grafeas\V1\Occurrence
Returns
Type Description
$this

getUpdateMask

The fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this