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.ValueTypeMetricDescriptor.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.ValueTypeMetricDescriptor.ValueType.valueOf(int value) Deprecated.static MetricDescriptor.ValueTypeMetricDescriptor.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MetricDescriptor.ValueTypeReturns 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.