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
ConstructorsModifierConstructorDescriptionprivateAutoValue_MetricReader_Options(MetricProducerManager metricProducerManager, String spanName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns theMetricProducerManager.Returns the span name for theSpancreated when data are read and exported.inthashCode()toString()Methods inherited from class 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.OptionsReturns theMetricProducerManager.- Specified by:
getMetricProducerManagerin classMetricReader.Options- Returns:
- the
MetricProducerManager.
-
getSpanName
Description copied from class:MetricReader.OptionsReturns the span name for theSpancreated when data are read and exported.- Specified by:
getSpanNamein classMetricReader.Options- Returns:
- the span name for the
Spancreated when data are read and exported.
-
toString
-
equals
-
hashCode
-