Uses of Enum
com.google.api.MetricDescriptor.ValueType
Packages that use MetricDescriptor.ValueType
-
Uses of MetricDescriptor.ValueType in com.google.api
Methods in com.google.api that return MetricDescriptor.ValueTypeModifier and TypeMethodDescriptionstatic MetricDescriptor.ValueType
MetricDescriptor.ValueType.forNumber
(int value) MetricDescriptor.Builder.getValueType()
Whether the measurement is an integer, a floating-point number, etc.MetricDescriptor.getValueType()
Whether the measurement is an integer, a floating-point number, etc.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
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.Methods in com.google.api that return types with arguments of type MetricDescriptor.ValueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<MetricDescriptor.ValueType> MetricDescriptor.ValueType.internalGetValueMap()
Methods in com.google.api with parameters of type MetricDescriptor.ValueTypeModifier and TypeMethodDescriptionMetricDescriptor.Builder.setValueType
(MetricDescriptor.ValueType value) Whether the measurement is an integer, a floating-point number, etc.