Uses of Enum
io.envoyproxy.envoy.admin.v2alpha.SimpleMetric.Type
Packages that use SimpleMetric.Type
-
Uses of SimpleMetric.Type in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return SimpleMetric.TypeModifier and TypeMethodDescriptionstatic SimpleMetric.TypeSimpleMetric.Type.forNumber(int value) SimpleMetric.Builder.getType()Type of the metric represented.SimpleMetric.getType()Type of the metric represented.SimpleMetricOrBuilder.getType()Type of the metric represented.static SimpleMetric.TypeSimpleMetric.Type.valueOf(int value) Deprecated.static SimpleMetric.TypeSimpleMetric.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SimpleMetric.TypeReturns the enum constant of this type with the specified name.static SimpleMetric.Type[]SimpleMetric.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.admin.v2alpha that return types with arguments of type SimpleMetric.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SimpleMetric.Type>SimpleMetric.Type.internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type SimpleMetric.TypeModifier and TypeMethodDescriptionSimpleMetric.Builder.setType(SimpleMetric.Type value) Type of the metric represented.