Uses of Interface
io.envoyproxy.envoy.data.accesslog.v3.ResponseFlags.UnauthorizedOrBuilder
-
Packages that use ResponseFlags.UnauthorizedOrBuilder Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of ResponseFlags.UnauthorizedOrBuilder in io.envoyproxy.envoy.data.accesslog.v3
Classes in io.envoyproxy.envoy.data.accesslog.v3 that implement ResponseFlags.UnauthorizedOrBuilder Modifier and Type Class Description static class
ResponseFlags.Unauthorized
Protobuf typeenvoy.data.accesslog.v3.ResponseFlags.Unauthorized
static class
ResponseFlags.Unauthorized.Builder
Protobuf typeenvoy.data.accesslog.v3.ResponseFlags.Unauthorized
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type ResponseFlags.UnauthorizedOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ResponseFlags.Unauthorized,ResponseFlags.Unauthorized.Builder,ResponseFlags.UnauthorizedOrBuilder>
ResponseFlags.Builder. unauthorizedDetailsBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return ResponseFlags.UnauthorizedOrBuilder Modifier and Type Method Description ResponseFlags.UnauthorizedOrBuilder
ResponseFlags.Builder. getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.UnauthorizedOrBuilder
ResponseFlags. getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.UnauthorizedOrBuilder
ResponseFlagsOrBuilder. getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type ResponseFlags.UnauthorizedOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ResponseFlags.Unauthorized,ResponseFlags.Unauthorized.Builder,ResponseFlags.UnauthorizedOrBuilder>
ResponseFlags.Builder. getUnauthorizedDetailsFieldBuilder()
Indicates if the request was deemed unauthorized and the reason for it.
-