Package com.authzed.api.v0
Class DeveloperServiceGrpc.DeveloperServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<DeveloperServiceGrpc.DeveloperServiceStub>
com.authzed.api.v0.DeveloperServiceGrpc.DeveloperServiceStub
- Enclosing class:
- DeveloperServiceGrpc
public static final class DeveloperServiceGrpc.DeveloperServiceStub
extends io.grpc.stub.AbstractAsyncStub<DeveloperServiceGrpc.DeveloperServiceStub>
A stub to allow clients to do asynchronous rpc calls to service DeveloperService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
editCheck
(Developer.EditCheckRequest request, io.grpc.stub.StreamObserver<Developer.EditCheckResponse> responseObserver) void
formatSchema
(Developer.FormatSchemaRequest request, io.grpc.stub.StreamObserver<Developer.FormatSchemaResponse> responseObserver) void
lookupShared
(Developer.LookupShareRequest request, io.grpc.stub.StreamObserver<Developer.LookupShareResponse> responseObserver) void
share
(Developer.ShareRequest request, io.grpc.stub.StreamObserver<Developer.ShareResponse> responseObserver) void
upgradeSchema
(Developer.UpgradeSchemaRequest request, io.grpc.stub.StreamObserver<Developer.UpgradeSchemaResponse> responseObserver) void
validate
(Developer.ValidateRequest request, io.grpc.stub.StreamObserver<Developer.ValidateResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected DeveloperServiceGrpc.DeveloperServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<DeveloperServiceGrpc.DeveloperServiceStub>
-
editCheck
public void editCheck(Developer.EditCheckRequest request, io.grpc.stub.StreamObserver<Developer.EditCheckResponse> responseObserver) -
validate
public void validate(Developer.ValidateRequest request, io.grpc.stub.StreamObserver<Developer.ValidateResponse> responseObserver) -
upgradeSchema
public void upgradeSchema(Developer.UpgradeSchemaRequest request, io.grpc.stub.StreamObserver<Developer.UpgradeSchemaResponse> responseObserver) -
formatSchema
public void formatSchema(Developer.FormatSchemaRequest request, io.grpc.stub.StreamObserver<Developer.FormatSchemaResponse> responseObserver)
-