Uses of Enum Class
prometheus.Types.Histogram.ResetHint
Packages that use Types.Histogram.ResetHint
-
Uses of Types.Histogram.ResetHint in prometheus
Methods in prometheus that return Types.Histogram.ResetHintModifier and TypeMethodDescriptionstatic Types.Histogram.ResetHintTypes.Histogram.ResetHint.forNumber(int value) Types.Histogram.Builder.getResetHint().prometheus.Histogram.ResetHint reset_hint = 14;Types.Histogram.getResetHint().prometheus.Histogram.ResetHint reset_hint = 14;Types.HistogramOrBuilder.getResetHint().prometheus.Histogram.ResetHint reset_hint = 14;static Types.Histogram.ResetHintTypes.Histogram.ResetHint.valueOf(int value) Deprecated.static Types.Histogram.ResetHintTypes.Histogram.ResetHint.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Types.Histogram.ResetHintReturns the enum constant of this class with the specified name.static Types.Histogram.ResetHint[]Types.Histogram.ResetHint.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.Histogram.ResetHintModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Types.Histogram.ResetHint>Types.Histogram.ResetHint.internalGetValueMap()Methods in prometheus with parameters of type Types.Histogram.ResetHintModifier and TypeMethodDescriptionTypes.Histogram.Builder.setResetHint(Types.Histogram.ResetHint value) .prometheus.Histogram.ResetHint reset_hint = 14;