Uses of Enum
io.envoyproxy.envoy.type.v3.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as StatusCodeFields in io.envoyproxy.envoy.type.v3 with type parameters of type StatusCodeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<StatusCode> StatusCode.internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCode
StatusCode.forNumber
(int value) HttpStatus.Builder.getCode()
Supplies HTTP response code.HttpStatus.getCode()
Supplies HTTP response code.HttpStatusOrBuilder.getCode()
Supplies HTTP response code.static StatusCode
StatusCode.valueOf
(int value) Deprecated.static StatusCode
StatusCode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static StatusCode
Returns the enum constant of this type with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type StatusCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<StatusCode> StatusCode.internalGetValueMap()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type StatusCodeModifier and TypeMethodDescriptionHttpStatus.Builder.setCode
(StatusCode value) Supplies HTTP response code.