Uses of Enum
io.envoyproxy.envoy.data.core.v2alpha.HealthCheckerType
Packages that use HealthCheckerType
-
Uses of HealthCheckerType in io.envoyproxy.envoy.data.core.v2alpha
Methods in io.envoyproxy.envoy.data.core.v2alpha that return HealthCheckerTypeModifier and TypeMethodDescriptionstatic HealthCheckerTypeHealthCheckerType.forNumber(int value) HealthCheckEvent.Builder.getHealthCheckerType().envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }HealthCheckEvent.getHealthCheckerType().envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }HealthCheckEventOrBuilder.getHealthCheckerType().envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }static HealthCheckerTypeHealthCheckerType.valueOf(int value) Deprecated.static HealthCheckerTypeHealthCheckerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HealthCheckerTypeReturns the enum constant of this type with the specified name.static HealthCheckerType[]HealthCheckerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.core.v2alpha that return types with arguments of type HealthCheckerTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HealthCheckerType>HealthCheckerType.internalGetValueMap()Methods in io.envoyproxy.envoy.data.core.v2alpha with parameters of type HealthCheckerTypeModifier and TypeMethodDescriptionHealthCheckEvent.Builder.setHealthCheckerType(HealthCheckerType value) .envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }