public interface TimeSeriesDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LabelValue |
getLabelValues(int index)
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.
|
int |
getLabelValuesCount()
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.
|
List<LabelValue> |
getLabelValuesList()
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.
|
LabelValueOrBuilder |
getLabelValuesOrBuilder(int index)
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.
|
List<? extends LabelValueOrBuilder> |
getLabelValuesOrBuilderList()
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.
|
TimeSeriesData.PointData |
getPointData(int index)
The points in the time series.
|
int |
getPointDataCount()
The points in the time series.
|
List<TimeSeriesData.PointData> |
getPointDataList()
The points in the time series.
|
TimeSeriesData.PointDataOrBuilder |
getPointDataOrBuilder(int index)
The points in the time series.
|
List<? extends TimeSeriesData.PointDataOrBuilder> |
getPointDataOrBuilderList()
The points in the time series.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LabelValue> getLabelValuesList()
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. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;LabelValue getLabelValues(int index)
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. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;int getLabelValuesCount()
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. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;List<? extends LabelValueOrBuilder> getLabelValuesOrBuilderList()
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. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;LabelValueOrBuilder getLabelValuesOrBuilder(int index)
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. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;List<TimeSeriesData.PointData> getPointDataList()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;TimeSeriesData.PointData getPointData(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;int getPointDataCount()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;List<? extends TimeSeriesData.PointDataOrBuilder> getPointDataOrBuilderList()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;TimeSeriesData.PointDataOrBuilder getPointDataOrBuilder(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;Copyright © 2025 Google LLC. All rights reserved.