| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
MutationRecord |
MutationRecord.clone() |
MutationRecord |
AlertPolicy.getCreationRecord()
A read-only record of the creation of the alerting policy.
|
MutationRecord |
AlertPolicy.getMutationRecord()
A read-only record of the most recent change to the alerting policy.
|
MutationRecord |
MutationRecord.set(java.lang.String fieldName,
java.lang.Object value) |
MutationRecord |
MutationRecord.setMutatedBy(java.lang.String mutatedBy)
The email address of the user making the change.
|
MutationRecord |
MutationRecord.setMutateTime(java.lang.String mutateTime)
When the change occurred.
|
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy |
AlertPolicy.setCreationRecord(MutationRecord creationRecord)
A read-only record of the creation of the alerting policy.
|
AlertPolicy |
AlertPolicy.setMutationRecord(MutationRecord mutationRecord)
A read-only record of the most recent change to the alerting policy.
|