Class AutoValue_TimeSeries
java.lang.Object
io.opencensus.metrics.export.TimeSeries
io.opencensus.metrics.export.AutoValue_TimeSeries
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_TimeSeries
extends TimeSeries
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_TimeSeries(List<LabelValue> labelValues, List<Point> points, Timestamp startTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the set ofLabelValues that uniquely identify thisTimeSeries.Returns the dataPoints of thisTimeSeries.Returns the startTimestampof thisTimeSeriesif thePoints are cumulative, ornullif thePoints are gauge.inthashCode()toString()Methods inherited from class TimeSeries
create, create, createWithOnePoint, setPoint
-
Field Details
-
labelValues
-
points
-
startTimestamp
-
-
Constructor Details
-
AutoValue_TimeSeries
-
-
Method Details
-
getLabelValues
Description copied from class:TimeSeriesReturns the set ofLabelValues that uniquely identify thisTimeSeries.Apply to all
Points.The order of
LabelValues must match that ofLabelKeys in theMetricDescriptor.- Specified by:
getLabelValuesin classTimeSeries- Returns:
- the
LabelValues.
-
getPoints
Description copied from class:TimeSeriesReturns the dataPoints of thisTimeSeries.- Specified by:
getPointsin classTimeSeries- Returns:
- the data
Points.
-
getStartTimestamp
Description copied from class:TimeSeriesReturns the startTimestampof thisTimeSeriesif thePoints are cumulative, ornullif thePoints are gauge.- Specified by:
getStartTimestampin classTimeSeries- Returns:
- the start
Timestampornull.
-
toString
-
equals
-
hashCode
-