Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ExternalProcessor.RouteCacheAction
Packages that use ExternalProcessor.RouteCacheAction
-
Uses of ExternalProcessor.RouteCacheAction in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return ExternalProcessor.RouteCacheActionModifier and TypeMethodDescriptionExternalProcessor.RouteCacheAction.forNumber(int value) ExternalProcessor.Builder.getRouteCacheAction()Specifies the action to be taken when an external processor response is received in response to request headers.ExternalProcessor.getRouteCacheAction()Specifies the action to be taken when an external processor response is received in response to request headers.ExternalProcessorOrBuilder.getRouteCacheAction()Specifies the action to be taken when an external processor response is received in response to request headers.ExternalProcessor.RouteCacheAction.valueOf(int value) Deprecated.ExternalProcessor.RouteCacheAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static ExternalProcessor.RouteCacheAction[]ExternalProcessor.RouteCacheAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return types with arguments of type ExternalProcessor.RouteCacheActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExternalProcessor.RouteCacheAction>ExternalProcessor.RouteCacheAction.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type ExternalProcessor.RouteCacheActionModifier and TypeMethodDescriptionExternalProcessor.Builder.setRouteCacheAction(ExternalProcessor.RouteCacheAction value) Specifies the action to be taken when an external processor response is received in response to request headers.