Uses of Class
io.envoyproxy.envoy.admin.v2alpha.SimpleMetric.Type
-
Packages that use SimpleMetric.Type Package Description io.envoyproxy.envoy.admin.v2alpha -
-
Uses of SimpleMetric.Type in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return SimpleMetric.Type Modifier and Type Method Description static SimpleMetric.TypeSimpleMetric.Type. forNumber(int value)SimpleMetric.TypeSimpleMetric.Builder. getType()Type of the metric represented.SimpleMetric.TypeSimpleMetric. getType()Type of the metric represented.SimpleMetric.TypeSimpleMetricOrBuilder. 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.TypeSimpleMetric.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SimpleMetric.Type>SimpleMetric.Type. internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type SimpleMetric.Type Modifier and Type Method Description SimpleMetric.BuilderSimpleMetric.Builder. setType(SimpleMetric.Type value)Type of the metric represented.
-