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
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasMutateTime
clearMutateTime
setMutateTime
When the change occurred.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getMutatedBy
The email address of the user making the change.
Returns | |
---|---|
Type | Description |
string |
setMutatedBy
The email address of the user making the change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |