Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay.FaultDelayType
-
Packages that use FaultDelay.FaultDelayType Package Description io.envoyproxy.envoy.extensions.filters.common.fault.v3 -
-
Uses of FaultDelay.FaultDelayType in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 declared as FaultDelay.FaultDelayType Modifier and Type Field Description private static FaultDelay.FaultDelayType[]
FaultDelay.FaultDelayType. VALUES
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultDelay.FaultDelayType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<FaultDelay.FaultDelayType>
FaultDelay.FaultDelayType. internalValueMap
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelay.FaultDelayType Modifier and Type Method Description static FaultDelay.FaultDelayType
FaultDelay.FaultDelayType. forNumber(int value)
static FaultDelay.FaultDelayType
FaultDelay.FaultDelayType. valueOf(int value)
Deprecated.static FaultDelay.FaultDelayType
FaultDelay.FaultDelayType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FaultDelay.FaultDelayType
FaultDelay.FaultDelayType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FaultDelay.FaultDelayType[]
FaultDelay.FaultDelayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FaultDelay.FaultDelayType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FaultDelay.FaultDelayType>
FaultDelay.FaultDelayType. internalGetValueMap()
-