| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
LabelValue |
LabelValue.clone() |
LabelValue |
LabelValue.set(String fieldName,
Object value) |
LabelValue |
LabelValue.setBoolValue(Boolean boolValue)
A bool label value.
|
LabelValue |
LabelValue.setInt64Value(Long int64Value)
An int64 label value.
|
LabelValue |
LabelValue.setStringValue(String stringValue)
A string label value.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelValue> |
TimeSeriesData.getLabelValues()
The values of the labels in the time series identifier, given in the same order as the
label_descriptors field of the TimeSeriesDescriptor associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData |
TimeSeriesData.setLabelValues(List<LabelValue> labelValues)
The values of the labels in the time series identifier, given in the same order as the
label_descriptors field of the TimeSeriesDescriptor associated with this object.
|
Copyright © 2011–2025 Google. All rights reserved.