Google Cloud Service Health V1 Client - Class EventUpdate (0.1.5)

Reference documentation and code samples for the Google Cloud Service Health V1 Client class EventUpdate.

Records an update made to the event.

Generated from protobuf message google.cloud.servicehealth.v1.EventUpdate

Namespace

Google \ Cloud \ ServiceHealth \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_time Google\Protobuf\Timestamp

Output only. The time the update was posted.

↳ title string

Output only. Brief title for the event.

↳ description string

Output only. Free-form, human-readable description.

↳ symptom string

Output only. Symptoms of the event, if available.

↳ workaround string

Output only. Workaround steps to remediate the event impact, if available.

getUpdateTime

Output only. The time the update was posted.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time the update was posted.

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

getTitle

Output only. Brief title for the event.

Returns
Type Description
string

setTitle

Output only. Brief title for the event.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Output only. Free-form, human-readable description.

Returns
Type Description
string

setDescription

Output only. Free-form, human-readable description.

Parameter
Name Description
var string
Returns
Type Description
$this

getSymptom

Output only. Symptoms of the event, if available.

Returns
Type Description
string

setSymptom

Output only. Symptoms of the event, if available.

Parameter
Name Description
var string
Returns
Type Description
$this

getWorkaround

Output only. Workaround steps to remediate the event impact, if available.

Returns
Type Description
string

setWorkaround

Output only. Workaround steps to remediate the event impact, if available.

Parameter
Name Description
var string
Returns
Type Description
$this