Package dev.cerbos.api.v1.svc
Class CerbosAdminServiceGrpc
- java.lang.Object
-
- dev.cerbos.api.v1.svc.CerbosAdminServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.64.0)", comments="Source: cerbos/svc/v1/svc.proto") public final class CerbosAdminServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCerbosAdminServiceGrpc.AsyncServicestatic classCerbosAdminServiceGrpc.CerbosAdminServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CerbosAdminService.static classCerbosAdminServiceGrpc.CerbosAdminServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CerbosAdminService.static classCerbosAdminServiceGrpc.CerbosAdminServiceImplBaseBase class for the server implementation of the service CerbosAdminService.static classCerbosAdminServiceGrpc.CerbosAdminServiceStubA stub to allow clients to do asynchronous rpc calls to service CerbosAdminService.
-
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
-
getAddOrUpdatePolicyMethod
public static io.grpc.MethodDescriptor<Request.AddOrUpdatePolicyRequest,Response.AddOrUpdatePolicyResponse> getAddOrUpdatePolicyMethod()
-
getListPoliciesMethod
public static io.grpc.MethodDescriptor<Request.ListPoliciesRequest,Response.ListPoliciesResponse> getListPoliciesMethod()
-
getGetPolicyMethod
public static io.grpc.MethodDescriptor<Request.GetPolicyRequest,Response.GetPolicyResponse> getGetPolicyMethod()
-
getDisablePolicyMethod
public static io.grpc.MethodDescriptor<Request.DisablePolicyRequest,Response.DisablePolicyResponse> getDisablePolicyMethod()
-
getEnablePolicyMethod
public static io.grpc.MethodDescriptor<Request.EnablePolicyRequest,Response.EnablePolicyResponse> getEnablePolicyMethod()
-
getListAuditLogEntriesMethod
public static io.grpc.MethodDescriptor<Request.ListAuditLogEntriesRequest,Response.ListAuditLogEntriesResponse> getListAuditLogEntriesMethod()
-
getAddOrUpdateSchemaMethod
public static io.grpc.MethodDescriptor<Request.AddOrUpdateSchemaRequest,Response.AddOrUpdateSchemaResponse> getAddOrUpdateSchemaMethod()
-
getListSchemasMethod
public static io.grpc.MethodDescriptor<Request.ListSchemasRequest,Response.ListSchemasResponse> getListSchemasMethod()
-
getGetSchemaMethod
public static io.grpc.MethodDescriptor<Request.GetSchemaRequest,Response.GetSchemaResponse> getGetSchemaMethod()
-
getDeleteSchemaMethod
public static io.grpc.MethodDescriptor<Request.DeleteSchemaRequest,Response.DeleteSchemaResponse> getDeleteSchemaMethod()
-
getReloadStoreMethod
public static io.grpc.MethodDescriptor<Request.ReloadStoreRequest,Response.ReloadStoreResponse> getReloadStoreMethod()
-
newStub
public static CerbosAdminServiceGrpc.CerbosAdminServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CerbosAdminServiceGrpc.CerbosAdminServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CerbosAdminServiceGrpc.CerbosAdminServiceFutureStub 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(CerbosAdminServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-