Uses of Class
io.envoyproxy.envoy.service.auth.v3.CheckResponse.HttpResponseCase
-
Packages that use CheckResponse.HttpResponseCase Package Description io.envoyproxy.envoy.service.auth.v3 -
-
Uses of CheckResponse.HttpResponseCase in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return CheckResponse.HttpResponseCase Modifier and Type Method Description static CheckResponse.HttpResponseCaseCheckResponse.HttpResponseCase. forNumber(int value)CheckResponse.HttpResponseCaseCheckResponse.Builder. getHttpResponseCase()CheckResponse.HttpResponseCaseCheckResponse. getHttpResponseCase()CheckResponse.HttpResponseCaseCheckResponseOrBuilder. getHttpResponseCase()static CheckResponse.HttpResponseCaseCheckResponse.HttpResponseCase. valueOf(int value)Deprecated.static CheckResponse.HttpResponseCaseCheckResponse.HttpResponseCase. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckResponse.HttpResponseCase[]CheckResponse.HttpResponseCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-