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 | |
---|---|
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.
Generated from protobuf field .google.protobuf.Timestamp mutate_time = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasMutateTime
clearMutateTime
setMutateTime
When the change occurred.
Generated from protobuf field .google.protobuf.Timestamp mutate_time = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getMutatedBy
The email address of the user making the change.
Generated from protobuf field string mutated_by = 2;
Returns | |
---|---|
Type | Description |
string |
setMutatedBy
The email address of the user making the change.
Generated from protobuf field string mutated_by = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |