Package io.opencensus.metrics.export
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 io.opencensus.metrics.export.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 TypeMethodDescriptionboolean
Returns 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.int
hashCode()
toString()
Methods inherited from class io.opencensus.metrics.export.MetricDescriptor
create
-
Field Details
-
name
-
description
-
unit
-
type
-
labelKeys
-
-
Constructor Details
-
AutoValue_MetricDescriptor
-
-
Method Details
-
getName
Description copied from class:MetricDescriptor
Returns the metric descriptor name.- Specified by:
getName
in classMetricDescriptor
- Returns:
- the metric descriptor name.
-
getDescription
Description copied from class:MetricDescriptor
Returns the description of this metric descriptor.- Specified by:
getDescription
in classMetricDescriptor
- Returns:
- the description of this metric descriptor.
-
getUnit
Description copied from class:MetricDescriptor
Returns the unit of this metric descriptor.- Specified by:
getUnit
in classMetricDescriptor
- Returns:
- the unit of this metric descriptor.
-
getType
Description copied from class:MetricDescriptor
Returns the type of this metric descriptor.- Specified by:
getType
in classMetricDescriptor
- Returns:
- the type of this metric descriptor.
-
getLabelKeys
Description copied from class:MetricDescriptor
Returns the label keys associated with this metric descriptor.- Specified by:
getLabelKeys
in classMetricDescriptor
- Returns:
- the label keys associated with this metric descriptor.
-
toString
-
equals
-
hashCode
public int hashCode()
-