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

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
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time the update was posted.

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

getTitle

Output only. Brief title for the event.

Returns
TypeDescription
string

setTitle

Output only. Brief title for the event.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

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

Returns
TypeDescription
string

setDescription

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSymptom

Output only. Symptoms of the event, if available.

Returns
TypeDescription
string

setSymptom

Output only. Symptoms of the event, if available.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWorkaround

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

Returns
TypeDescription
string

setWorkaround

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this