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