Uses of Class
io.envoyproxy.envoy.type.v3.StatusCode
-
Packages that use StatusCode Package Description io.envoyproxy.envoy.type.v3 -
-
Uses of StatusCode in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return StatusCode Modifier and Type Method Description static StatusCodeStatusCode. forNumber(int value)StatusCodeHttpStatus.Builder. getCode()Supplies HTTP response code.StatusCodeHttpStatus. getCode()Supplies HTTP response code.StatusCodeHttpStatusOrBuilder. 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 StatusCodeStatusCode. valueOf(String name)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 StatusCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StatusCode>StatusCode. internalGetValueMap()Methods in io.envoyproxy.envoy.type.v3 with parameters of type StatusCode Modifier and Type Method Description HttpStatus.BuilderHttpStatus.Builder. setCode(StatusCode value)Supplies HTTP response code.
-