Uses of Enum
io.envoyproxy.envoy.service.ext_proc.v3.CommonResponse.ResponseStatus
Packages that use CommonResponse.ResponseStatus
-
Uses of CommonResponse.ResponseStatus in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return CommonResponse.ResponseStatusModifier and TypeMethodDescriptionCommonResponse.ResponseStatus.forNumber(int value) CommonResponse.Builder.getStatus()If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponse.getStatus()If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponseOrBuilder.getStatus()If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponse.ResponseStatus.valueOf(int value) Deprecated.CommonResponse.ResponseStatus.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 CommonResponse.ResponseStatus[]CommonResponse.ResponseStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type CommonResponse.ResponseStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommonResponse.ResponseStatus>CommonResponse.ResponseStatus.internalGetValueMap()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type CommonResponse.ResponseStatusModifier and TypeMethodDescriptionCommonResponse.Builder.setStatus(CommonResponse.ResponseStatus value) If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.