Grafeas V1 Client - Class UpdateOccurrenceRequest (0.10.3)

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

Request to update an occurrence.

Generated from protobuf message grafeas.v1.UpdateOccurrenceRequest

Namespace

Grafeas \ V1

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

static::build

Parameters
Name Description
name string

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]. Please see Grafeas\V1\GrafeasClient::occurrenceName() for help formatting this field.

occurrence Grafeas\V1\Occurrence

The updated occurrence.

updateMask Google\Protobuf\FieldMask

The fields to update.

Returns
Type Description
Grafeas\V1\UpdateOccurrenceRequest