Package com.authzed.api.v1
Class ExperimentalServiceGrpc
java.lang.Object
com.authzed.api.v1.ExperimentalServiceGrpc
ExperimentalService exposes a number of APIs that are currently being prototyped and tested for future inclusion in the stable API.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
ExperimentalService exposes a number of APIs that are currently being prototyped and tested for future inclusion in the stable API.static final class
A stub to allow clients to do synchronous rpc calls to service ExperimentalService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service ExperimentalService.static class
Base class for the server implementation of the service ExperimentalService.static final class
A stub to allow clients to do asynchronous rpc calls to service ExperimentalService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<BulkCheckPermissionRequest,
BulkCheckPermissionResponse> static io.grpc.MethodDescriptor<BulkExportRelationshipsRequest,
BulkExportRelationshipsResponse> static io.grpc.MethodDescriptor<BulkImportRelationshipsRequest,
BulkImportRelationshipsResponse> static io.grpc.MethodDescriptor<ExperimentalComputablePermissionsRequest,
ExperimentalComputablePermissionsResponse> static io.grpc.MethodDescriptor<ExperimentalCountRelationshipsRequest,
ExperimentalCountRelationshipsResponse> static io.grpc.MethodDescriptor<ExperimentalDependentRelationsRequest,
ExperimentalDependentRelationsResponse> static io.grpc.MethodDescriptor<ExperimentalDiffSchemaRequest,
ExperimentalDiffSchemaResponse> static io.grpc.MethodDescriptor<ExperimentalReflectSchemaRequest,
ExperimentalReflectSchemaResponse> static io.grpc.MethodDescriptor<ExperimentalRegisterRelationshipCounterRequest,
ExperimentalRegisterRelationshipCounterResponse> static io.grpc.MethodDescriptor<ExperimentalUnregisterRelationshipCounterRequest,
ExperimentalUnregisterRelationshipCounterResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getBulkImportRelationshipsMethod
public static io.grpc.MethodDescriptor<BulkImportRelationshipsRequest,BulkImportRelationshipsResponse> getBulkImportRelationshipsMethod() -
getBulkExportRelationshipsMethod
public static io.grpc.MethodDescriptor<BulkExportRelationshipsRequest,BulkExportRelationshipsResponse> getBulkExportRelationshipsMethod() -
getBulkCheckPermissionMethod
public static io.grpc.MethodDescriptor<BulkCheckPermissionRequest,BulkCheckPermissionResponse> getBulkCheckPermissionMethod() -
getExperimentalReflectSchemaMethod
public static io.grpc.MethodDescriptor<ExperimentalReflectSchemaRequest,ExperimentalReflectSchemaResponse> getExperimentalReflectSchemaMethod() -
getExperimentalComputablePermissionsMethod
public static io.grpc.MethodDescriptor<ExperimentalComputablePermissionsRequest,ExperimentalComputablePermissionsResponse> getExperimentalComputablePermissionsMethod() -
getExperimentalDependentRelationsMethod
public static io.grpc.MethodDescriptor<ExperimentalDependentRelationsRequest,ExperimentalDependentRelationsResponse> getExperimentalDependentRelationsMethod() -
getExperimentalDiffSchemaMethod
public static io.grpc.MethodDescriptor<ExperimentalDiffSchemaRequest,ExperimentalDiffSchemaResponse> getExperimentalDiffSchemaMethod() -
getExperimentalRegisterRelationshipCounterMethod
public static io.grpc.MethodDescriptor<ExperimentalRegisterRelationshipCounterRequest,ExperimentalRegisterRelationshipCounterResponse> getExperimentalRegisterRelationshipCounterMethod() -
getExperimentalCountRelationshipsMethod
public static io.grpc.MethodDescriptor<ExperimentalCountRelationshipsRequest,ExperimentalCountRelationshipsResponse> getExperimentalCountRelationshipsMethod() -
getExperimentalUnregisterRelationshipCounterMethod
public static io.grpc.MethodDescriptor<ExperimentalUnregisterRelationshipCounterRequest,ExperimentalUnregisterRelationshipCounterResponse> getExperimentalUnregisterRelationshipCounterMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ExperimentalServiceGrpc.ExperimentalServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ExperimentalServiceGrpc.ExperimentalServiceFutureStub 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(ExperimentalServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-