Uses of Enum Class
prometheus.Types.MetricMetadata.MetricType
Packages that use Types.MetricMetadata.MetricType
-
Uses of Types.MetricMetadata.MetricType in prometheus
Methods in prometheus that return Types.MetricMetadata.MetricTypeModifier and TypeMethodDescriptionTypes.MetricMetadata.MetricType.forNumber(int value) Types.MetricMetadata.Builder.getType()Represents the metric type, these match the set from Prometheus.Types.MetricMetadata.getType()Represents the metric type, these match the set from Prometheus.Types.MetricMetadataOrBuilder.getType()Represents the metric type, these match the set from Prometheus.Types.MetricMetadata.MetricType.valueOf(int value) Deprecated.Types.MetricMetadata.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Types.MetricMetadata.MetricType[]Types.MetricMetadata.MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in prometheus that return types with arguments of type Types.MetricMetadata.MetricTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Types.MetricMetadata.MetricType>Types.MetricMetadata.MetricType.internalGetValueMap()Methods in prometheus with parameters of type Types.MetricMetadata.MetricTypeModifier and TypeMethodDescriptionTypes.MetricMetadata.Builder.setType(Types.MetricMetadata.MetricType value) Represents the metric type, these match the set from Prometheus.