Package dev.cerbos.api.v1.svc
Class CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub>
-
- dev.cerbos.api.v1.svc.CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub
-
- Enclosing class:
- CerbosPlaygroundServiceGrpc
public static final class CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service CerbosPlaygroundService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Response.PlaygroundEvaluateResponseplaygroundEvaluate(Request.PlaygroundEvaluateRequest request)Response.PlaygroundProxyResponseplaygroundProxy(Request.PlaygroundProxyRequest request)Response.PlaygroundTestResponseplaygroundTest(Request.PlaygroundTestRequest request)Response.PlaygroundValidateResponseplaygroundValidate(Request.PlaygroundValidateRequest request)
-
-
-
Method Detail
-
build
protected CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub>
-
playgroundValidate
public Response.PlaygroundValidateResponse playgroundValidate(Request.PlaygroundValidateRequest request)
-
playgroundTest
public Response.PlaygroundTestResponse playgroundTest(Request.PlaygroundTestRequest request)
-
playgroundEvaluate
public Response.PlaygroundEvaluateResponse playgroundEvaluate(Request.PlaygroundEvaluateRequest request)
-
playgroundProxy
public Response.PlaygroundProxyResponse playgroundProxy(Request.PlaygroundProxyRequest request)
-
-