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.internalValueMapMethods in io.envoyproxy.envoy.type.v3 that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCodeStatusCode.forNumber(int value) HttpStatus.Builder.getCode()Supplies HTTP response code.HttpStatus.getCode()Supplies HTTP response code.HttpStatusOrBuilder.getCode()Supplies HTTP response code.static StatusCodeStatusCode.valueOf(int value) Deprecated.static StatusCodeStatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static StatusCodeReturns 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.