static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.forNumber(int value) |
|
MetricDescriptor.ValueType |
MetricDescriptor.Builder.getValueType() |
Whether the measurement is an integer, a floating-point number, etc.
|
MetricDescriptor.ValueType |
MetricDescriptor.getValueType() |
Whether the measurement is an integer, a floating-point number, etc.
|
MetricDescriptor.ValueType |
MetricDescriptorOrBuilder.getValueType() |
Whether the measurement is an integer, a floating-point number, etc.
|
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(int value) |
Deprecated.
|
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MetricDescriptor.ValueType[] |
MetricDescriptor.ValueType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|