Package dev.cerbos.api.v1.svc
Class CerbosPlaygroundServiceGrpc
- java.lang.Object
-
- dev.cerbos.api.v1.svc.CerbosPlaygroundServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.61.0)", comments="Source: cerbos/svc/v1/svc.proto") public final class CerbosPlaygroundServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCerbosPlaygroundServiceGrpc.AsyncServicestatic classCerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CerbosPlaygroundService.static classCerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CerbosPlaygroundService.static classCerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceImplBaseBase class for the server implementation of the service CerbosPlaygroundService.static classCerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStubA stub to allow clients to do asynchronous rpc calls to service CerbosPlaygroundService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPlaygroundValidateMethod
public static io.grpc.MethodDescriptor<Request.PlaygroundValidateRequest,Response.PlaygroundValidateResponse> getPlaygroundValidateMethod()
-
getPlaygroundTestMethod
public static io.grpc.MethodDescriptor<Request.PlaygroundTestRequest,Response.PlaygroundTestResponse> getPlaygroundTestMethod()
-
getPlaygroundEvaluateMethod
public static io.grpc.MethodDescriptor<Request.PlaygroundEvaluateRequest,Response.PlaygroundEvaluateResponse> getPlaygroundEvaluateMethod()
-
getPlaygroundProxyMethod
public static io.grpc.MethodDescriptor<Request.PlaygroundProxyRequest,Response.PlaygroundProxyResponse> getPlaygroundProxyMethod()
-
newStub
public static CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CerbosPlaygroundServiceGrpc.CerbosPlaygroundServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CerbosPlaygroundServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-