Package dev.cerbos.api.v1.svc
Class CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub>
-
- dev.cerbos.api.v1.svc.CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub
-
- Enclosing class:
- CerbosPlaygroundServiceGrpc
public static final class CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub extends io.grpc.stub.AbstractAsyncStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub>
A stub to allow clients to do asynchronous rpc calls to service CerbosPlaygroundService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidplaygroundEvaluate(Request.PlaygroundEvaluateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundEvaluateResponse> responseObserver)voidplaygroundProxy(Request.PlaygroundProxyRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundProxyResponse> responseObserver)voidplaygroundTest(Request.PlaygroundTestRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundTestResponse> responseObserver)voidplaygroundValidate(Request.PlaygroundValidateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundValidateResponse> responseObserver)
-
-
-
Method Detail
-
build
protected CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub>
-
playgroundValidate
public void playgroundValidate(Request.PlaygroundValidateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundValidateResponse> responseObserver)
-
playgroundTest
public void playgroundTest(Request.PlaygroundTestRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundTestResponse> responseObserver)
-
playgroundEvaluate
public void playgroundEvaluate(Request.PlaygroundEvaluateRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundEvaluateResponse> responseObserver)
-
playgroundProxy
public void playgroundProxy(Request.PlaygroundProxyRequest request, io.grpc.stub.StreamObserver<Response.PlaygroundProxyResponse> responseObserver)
-
-