Interface TimeSeriesDataOrBuilder (3.42.0)

public interface TimeSeriesDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabelValues(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelValue

getLabelValuesCount()

public abstract 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;

Returns
TypeDescription
int

getLabelValuesList()

public abstract 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. 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;

Returns
TypeDescription
List<LabelValue>

getLabelValuesOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelValueOrBuilder

getLabelValuesOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.LabelValueOrBuilder>

getPointData(int index)

public abstract TimeSeriesData.PointData getPointData(int index)

The points in the time series.

repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeSeriesData.PointData

getPointDataCount()

public abstract int getPointDataCount()

The points in the time series.

repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;

Returns
TypeDescription
int

getPointDataList()

public abstract List<TimeSeriesData.PointData> getPointDataList()

The points in the time series.

repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;

Returns
TypeDescription
List<PointData>

getPointDataOrBuilder(int index)

public abstract TimeSeriesData.PointDataOrBuilder getPointDataOrBuilder(int index)

The points in the time series.

repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeSeriesData.PointDataOrBuilder

getPointDataOrBuilderList()

public abstract List<? extends TimeSeriesData.PointDataOrBuilder> getPointDataOrBuilderList()

The points in the time series.

repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.TimeSeriesData.PointDataOrBuilder>