-
- All Implemented Interfaces:
public final class PermissionsServiceGrpcPermissionsService implements a set of RPCs that perform operations on relationships and permissions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classPermissionsServiceGrpc.PermissionsServiceImplBasePermissionsService implements a set of RPCs that perform operations on relationships and permissions.public final classPermissionsServiceGrpc.PermissionsServiceStubPermissionsService implements a set of RPCs that perform operations on relationships and permissions.public final classPermissionsServiceGrpc.PermissionsServiceBlockingStubPermissionsService implements a set of RPCs that perform operations on relationships and permissions.public final classPermissionsServiceGrpc.PermissionsServiceFutureStubPermissionsService implements a set of RPCs that perform operations on relationships and permissions.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getReadRelationshipsMethod
static MethodDescriptor<PermissionService.ReadRelationshipsRequest, PermissionService.ReadRelationshipsResponse> getReadRelationshipsMethod()
-
getWriteRelationshipsMethod
static MethodDescriptor<PermissionService.WriteRelationshipsRequest, PermissionService.WriteRelationshipsResponse> getWriteRelationshipsMethod()
-
getDeleteRelationshipsMethod
static MethodDescriptor<PermissionService.DeleteRelationshipsRequest, PermissionService.DeleteRelationshipsResponse> getDeleteRelationshipsMethod()
-
getCheckPermissionMethod
static MethodDescriptor<PermissionService.CheckPermissionRequest, PermissionService.CheckPermissionResponse> getCheckPermissionMethod()
-
getExpandPermissionTreeMethod
static MethodDescriptor<PermissionService.ExpandPermissionTreeRequest, PermissionService.ExpandPermissionTreeResponse> getExpandPermissionTreeMethod()
-
getLookupResourcesMethod
static MethodDescriptor<PermissionService.LookupResourcesRequest, PermissionService.LookupResourcesResponse> getLookupResourcesMethod()
-
getLookupSubjectsMethod
static MethodDescriptor<PermissionService.LookupSubjectsRequest, PermissionService.LookupSubjectsResponse> getLookupSubjectsMethod()
-
newStub
static PermissionsServiceGrpc.PermissionsServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static PermissionsServiceGrpc.PermissionsServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static PermissionsServiceGrpc.PermissionsServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
-
-
-