Class AutoValue_MetricReader_Options
java.lang.Object
io.opencensus.exporter.metrics.util.MetricReader.Options
io.opencensus.exporter.metrics.util.AutoValue_MetricReader_Options
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_MetricReader_Options
extends MetricReader.Options
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_MetricReader_Options
(MetricProducerManager metricProducerManager, String spanName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns theMetricProducerManager
.Returns the span name for theSpan
created when data are read and exported.int
hashCode()
toString()
Methods inherited from class io.opencensus.exporter.metrics.util.MetricReader.Options
builder
-
Field Details
-
metricProducerManager
-
spanName
-
-
Constructor Details
-
AutoValue_MetricReader_Options
private AutoValue_MetricReader_Options(MetricProducerManager metricProducerManager, String spanName)
-
-
Method Details
-
getMetricProducerManager
Description copied from class:MetricReader.Options
Returns theMetricProducerManager
.- Specified by:
getMetricProducerManager
in classMetricReader.Options
- Returns:
- the
MetricProducerManager
.
-
getSpanName
Description copied from class:MetricReader.Options
Returns the span name for theSpan
created when data are read and exported.- Specified by:
getSpanName
in classMetricReader.Options
- Returns:
- the span name for the
Span
created when data are read and exported.
-
toString
-
equals
-
hashCode
public int hashCode()
-