Class AutoValue_MetricDescriptor
java.lang.Object
io.opencensus.metrics.export.MetricDescriptor
io.opencensus.metrics.export.AutoValue_MetricDescriptor
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_MetricDescriptor
extends MetricDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class MetricDescriptor
MetricDescriptor.Type -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_MetricDescriptor(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the description of this metric descriptor.Returns the label keys associated with this metric descriptor.getName()Returns the metric descriptor name.getType()Returns the type of this metric descriptor.getUnit()Returns the unit of this metric descriptor.inthashCode()toString()Methods inherited from class MetricDescriptor
create
-
Field Details
-
name
-
description
-
unit
-
type
-
labelKeys
-
-
Constructor Details
-
AutoValue_MetricDescriptor
-
-
Method Details
-
getName
Description copied from class:MetricDescriptorReturns the metric descriptor name.- Specified by:
getNamein classMetricDescriptor- Returns:
- the metric descriptor name.
-
getDescription
Description copied from class:MetricDescriptorReturns the description of this metric descriptor.- Specified by:
getDescriptionin classMetricDescriptor- Returns:
- the description of this metric descriptor.
-
getUnit
Description copied from class:MetricDescriptorReturns the unit of this metric descriptor.- Specified by:
getUnitin classMetricDescriptor- Returns:
- the unit of this metric descriptor.
-
getType
Description copied from class:MetricDescriptorReturns the type of this metric descriptor.- Specified by:
getTypein classMetricDescriptor- Returns:
- the type of this metric descriptor.
-
getLabelKeys
Description copied from class:MetricDescriptorReturns the label keys associated with this metric descriptor.- Specified by:
getLabelKeysin classMetricDescriptor- Returns:
- the label keys associated with this metric descriptor.
-
toString
-
equals
-
hashCode
-