| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Exemplar |
Exemplar.clone() |
Exemplar |
Exemplar.set(java.lang.String fieldName,
java.lang.Object value) |
Exemplar |
Exemplar.setAttachments(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> attachments)
Contextual information about the example value.
|
Exemplar |
Exemplar.setTimestamp(java.lang.String timestamp)
The observation (sampling) time of the above value.
|
Exemplar |
Exemplar.setValue(java.lang.Double value)
Value of the exemplar point.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Exemplar> |
Distribution.getExemplars()
Must be in increasing order of value field.
|
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.setExemplars(java.util.List<Exemplar> exemplars)
Must be in increasing order of value field.
|