Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.ResponseFlags.Unauthorized
Packages that use ResponseFlags.Unauthorized
-
Uses of ResponseFlags.Unauthorized in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return ResponseFlags.UnauthorizedModifier and TypeMethodDescriptionResponseFlags.Unauthorized.Builder.build()ResponseFlags.Unauthorized.Builder.buildPartial()static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.getDefaultInstance()ResponseFlags.Unauthorized.Builder.getDefaultInstanceForType()ResponseFlags.Unauthorized.getDefaultInstanceForType()ResponseFlags.Builder.getUnauthorizedDetails()Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.getUnauthorizedDetails()Indicates if the request was deemed unauthorized and the reason for it.ResponseFlagsOrBuilder.getUnauthorizedDetails()Indicates if the request was deemed unauthorized and the reason for it.static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseDelimitedFrom(InputStream input) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(byte[] data) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(com.google.protobuf.ByteString data) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(com.google.protobuf.CodedInputStream input) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(InputStream input) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(ByteBuffer data) static ResponseFlags.UnauthorizedResponseFlags.Unauthorized.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type ResponseFlags.UnauthorizedModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ResponseFlags.Unauthorized> ResponseFlags.Unauthorized.getParserForType()static com.google.protobuf.Parser<ResponseFlags.Unauthorized> ResponseFlags.Unauthorized.parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type ResponseFlags.UnauthorizedModifier and TypeMethodDescriptionResponseFlags.Unauthorized.Builder.mergeFrom(ResponseFlags.Unauthorized other) ResponseFlags.Builder.mergeUnauthorizedDetails(ResponseFlags.Unauthorized value) Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Unauthorized.newBuilder(ResponseFlags.Unauthorized prototype) ResponseFlags.Builder.setUnauthorizedDetails(ResponseFlags.Unauthorized value) Indicates if the request was deemed unauthorized and the reason for it.