Uses of Class
io.envoyproxy.envoy.service.auth.v3.CheckRequest
-
Packages that use CheckRequest Package Description io.envoyproxy.envoy.service.auth.v3 -
-
Uses of CheckRequest in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return CheckRequest Modifier and Type Method Description CheckRequestCheckRequest.Builder. build()CheckRequestCheckRequest.Builder. buildPartial()static CheckRequestCheckRequest. getDefaultInstance()CheckRequestCheckRequest.Builder. getDefaultInstanceForType()CheckRequestCheckRequest. getDefaultInstanceForType()static CheckRequestCheckRequest. parseDelimitedFrom(InputStream input)static CheckRequestCheckRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(byte[] data)static CheckRequestCheckRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.ByteString data)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(InputStream input)static CheckRequestCheckRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(ByteBuffer data)static CheckRequestCheckRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.auth.v3 that return types with arguments of type CheckRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CheckRequest,CheckResponse>AuthorizationGrpc. getCheckMethod()com.google.protobuf.Parser<CheckRequest>CheckRequest. getParserForType()static com.google.protobuf.Parser<CheckRequest>CheckRequest. parser()Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type CheckRequest Modifier and Type Method Description CheckResponseAuthorization.BlockingInterface. check(com.google.protobuf.RpcController controller, CheckRequest request)abstract voidAuthorization. check(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.voidAuthorization.Interface. check(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.voidAuthorization.Stub. check(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)CheckResponseAuthorizationGrpc.AuthorizationBlockingStub. check(CheckRequest request)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.com.google.common.util.concurrent.ListenableFuture<CheckResponse>AuthorizationGrpc.AuthorizationFutureStub. check(CheckRequest request)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.voidAuthorizationGrpc.AuthorizationImplBase. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.voidAuthorizationGrpc.AuthorizationStub. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.CheckRequest.BuilderCheckRequest.Builder. mergeFrom(CheckRequest other)static CheckRequest.BuilderCheckRequest. newBuilder(CheckRequest prototype)
-