Package dev.cerbos.api.v1.svc
Class CerbosServiceGrpc
- java.lang.Object
-
- dev.cerbos.api.v1.svc.CerbosServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.61.0)", comments="Source: cerbos/svc/v1/svc.proto") public final class CerbosServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCerbosServiceGrpc.AsyncServicestatic classCerbosServiceGrpc.CerbosServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CerbosService.static classCerbosServiceGrpc.CerbosServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CerbosService.static classCerbosServiceGrpc.CerbosServiceImplBaseBase class for the server implementation of the service CerbosService.static classCerbosServiceGrpc.CerbosServiceStubA stub to allow clients to do asynchronous rpc calls to service CerbosService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(CerbosServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<Request.CheckResourceBatchRequest,Response.CheckResourceBatchResponse>getCheckResourceBatchMethod()static io.grpc.MethodDescriptor<Request.CheckResourceSetRequest,Response.CheckResourceSetResponse>getCheckResourceSetMethod()static io.grpc.MethodDescriptor<Request.CheckResourcesRequest,Response.CheckResourcesResponse>getCheckResourcesMethod()static io.grpc.MethodDescriptor<Request.PlanResourcesRequest,Response.PlanResourcesResponse>getPlanResourcesMethod()static io.grpc.MethodDescriptor<Request.ServerInfoRequest,Response.ServerInfoResponse>getServerInfoMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static CerbosServiceGrpc.CerbosServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CerbosServiceGrpc.CerbosServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CerbosServiceGrpc.CerbosServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCheckResourceSetMethod
public static io.grpc.MethodDescriptor<Request.CheckResourceSetRequest,Response.CheckResourceSetResponse> getCheckResourceSetMethod()
-
getCheckResourceBatchMethod
public static io.grpc.MethodDescriptor<Request.CheckResourceBatchRequest,Response.CheckResourceBatchResponse> getCheckResourceBatchMethod()
-
getCheckResourcesMethod
public static io.grpc.MethodDescriptor<Request.CheckResourcesRequest,Response.CheckResourcesResponse> getCheckResourcesMethod()
-
getServerInfoMethod
public static io.grpc.MethodDescriptor<Request.ServerInfoRequest,Response.ServerInfoResponse> getServerInfoMethod()
-
getPlanResourcesMethod
public static io.grpc.MethodDescriptor<Request.PlanResourcesRequest,Response.PlanResourcesResponse> getPlanResourcesMethod()
-
newStub
public static CerbosServiceGrpc.CerbosServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CerbosServiceGrpc.CerbosServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CerbosServiceGrpc.CerbosServiceFutureStub 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(CerbosServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-