Uses of Enum
com.google.api.MetricDescriptor.MetricKind
Packages that use MetricDescriptor.MetricKind
-
Uses of MetricDescriptor.MetricKind in com.google.api
Methods in com.google.api that return MetricDescriptor.MetricKindModifier and TypeMethodDescriptionstatic MetricDescriptor.MetricKindMetricDescriptor.MetricKind.forNumber(int value) MetricDescriptor.Builder.getMetricKind()Whether the metric records instantaneous values, changes to a value, etc.MetricDescriptor.getMetricKind()Whether the metric records instantaneous values, changes to a value, etc.MetricDescriptorOrBuilder.getMetricKind()Whether the metric records instantaneous values, changes to a value, etc.static MetricDescriptor.MetricKindMetricDescriptor.MetricKind.valueOf(int value) Deprecated.static MetricDescriptor.MetricKindMetricDescriptor.MetricKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MetricDescriptor.MetricKindReturns the enum constant of this type with the specified name.static MetricDescriptor.MetricKind[]MetricDescriptor.MetricKind.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.MetricKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MetricDescriptor.MetricKind>MetricDescriptor.MetricKind.internalGetValueMap()Methods in com.google.api with parameters of type MetricDescriptor.MetricKindModifier and TypeMethodDescriptionMetricDescriptor.Builder.setMetricKind(MetricDescriptor.MetricKind value) Whether the metric records instantaneous values, changes to a value, etc.