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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExperimentalService exposes a number of APIs that are currently being prototyped and tested for future inclusion in the stable API.static final classA stub to allow clients to do limited synchronous rpc calls to service ExperimentalService.static final classA stub to allow clients to do synchronous rpc calls to service ExperimentalService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ExperimentalService.static classBase class for the server implementation of the service ExperimentalService.static final classA stub to allow clients to do asynchronous rpc calls to service ExperimentalService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic 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.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of 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 -
newBlockingV2Stub
public static ExperimentalServiceGrpc.ExperimentalServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on 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()
-