static Metrics.MetricType |
Metrics.MetricType.forNumber(int value) |
|
Metrics.MetricType |
Metrics.MetricFamily.Builder.getType() |
optional .io.prometheus.client.MetricType type = 3;
|
Metrics.MetricType |
Metrics.MetricFamily.getType() |
optional .io.prometheus.client.MetricType type = 3;
|
Metrics.MetricType |
Metrics.MetricFamilyOrBuilder.getType() |
optional .io.prometheus.client.MetricType type = 3;
|
static Metrics.MetricType |
Metrics.MetricType.valueOf(int value) |
Deprecated.
|
static Metrics.MetricType |
Metrics.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Metrics.MetricType |
Metrics.MetricType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Metrics.MetricType[] |
Metrics.MetricType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|