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