Package io.opencensus.metrics.export
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 TypeMethodDescriptionboolean
Returns the set ofLabelValue
s that uniquely identify thisTimeSeries
.Returns the dataPoint
s of thisTimeSeries
.Returns the startTimestamp
of thisTimeSeries
if thePoint
s are cumulative, ornull
if thePoint
s are gauge.int
hashCode()
toString()
Methods inherited from class io.opencensus.metrics.export.TimeSeries
create, create, createWithOnePoint, setPoint
-
Field Details
-
labelValues
-
points
-
startTimestamp
-
-
Constructor Details
-
AutoValue_TimeSeries
-
-
Method Details
-
getLabelValues
Description copied from class:TimeSeries
Returns the set ofLabelValue
s that uniquely identify thisTimeSeries
.Apply to all
Point
s.The order of
LabelValue
s must match that ofLabelKey
s in theMetricDescriptor
.- Specified by:
getLabelValues
in classTimeSeries
- Returns:
- the
LabelValue
s.
-
getPoints
Description copied from class:TimeSeries
Returns the dataPoint
s of thisTimeSeries
.- Specified by:
getPoints
in classTimeSeries
- Returns:
- the data
Point
s.
-
getStartTimestamp
Description copied from class:TimeSeries
Returns the startTimestamp
of thisTimeSeries
if thePoint
s are cumulative, ornull
if thePoint
s are gauge.- Specified by:
getStartTimestamp
in classTimeSeries
- Returns:
- the start
Timestamp
ornull
.
-
toString
-
equals
-
hashCode
public int hashCode()
-