Package dev.cerbos.api.v1.svc
Interface CerbosPlaygroundServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceImplBase
- Enclosing class:
- CerbosPlaygroundServiceGrpc
public static interface CerbosPlaygroundServiceGrpc.AsyncService
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidplaygroundEvaluate(Request.PlaygroundEvaluateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundEvaluateResponse> responseObserver)default voidplaygroundProxy(Request.PlaygroundProxyRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundProxyResponse> responseObserver)default voidplaygroundTest(Request.PlaygroundTestRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundTestResponse> responseObserver)default voidplaygroundValidate(Request.PlaygroundValidateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundValidateResponse> responseObserver)
-
-
-
Method Detail
-
playgroundValidate
default void playgroundValidate(Request.PlaygroundValidateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundValidateResponse> responseObserver)
-
playgroundTest
default void playgroundTest(Request.PlaygroundTestRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundTestResponse> responseObserver)
-
playgroundEvaluate
default void playgroundEvaluate(Request.PlaygroundEvaluateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundEvaluateResponse> responseObserver)
-
playgroundProxy
default void playgroundProxy(Request.PlaygroundProxyRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundProxyResponse> responseObserver)
-
-