Stackdriver Monitoring V3 Client - Class MutationRecord (1.3.2)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class MutationRecord.

Describes a change made to a configuration.

Generated from protobuf message google.monitoring.v3.MutationRecord

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ mutate_time Google\Protobuf\Timestamp

When the change occurred.

↳ mutated_by string

The email address of the user making the change.

getMutateTime

When the change occurred.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasMutateTime

clearMutateTime

setMutateTime

When the change occurred.

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

getMutatedBy

The email address of the user making the change.

Returns
TypeDescription
string

setMutatedBy

The email address of the user making the change.

Parameter
NameDescription
var string
Returns
TypeDescription
$this