Package com.authzed.api.v0
Class DeveloperServiceGrpc.DeveloperServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<DeveloperServiceGrpc.DeveloperServiceFutureStub>
com.authzed.api.v0.DeveloperServiceGrpc.DeveloperServiceFutureStub
- Enclosing class:
- DeveloperServiceGrpc
public static final class DeveloperServiceGrpc.DeveloperServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<DeveloperServiceGrpc.DeveloperServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture<Developer.EditCheckResponse>
editCheck
(Developer.EditCheckRequest request) com.google.common.util.concurrent.ListenableFuture<Developer.FormatSchemaResponse>
com.google.common.util.concurrent.ListenableFuture<Developer.LookupShareResponse>
lookupShared
(Developer.LookupShareRequest request) com.google.common.util.concurrent.ListenableFuture<Developer.ShareResponse>
share
(Developer.ShareRequest request) com.google.common.util.concurrent.ListenableFuture<Developer.UpgradeSchemaResponse>
com.google.common.util.concurrent.ListenableFuture<Developer.ValidateResponse>
validate
(Developer.ValidateRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
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.DeveloperServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<DeveloperServiceGrpc.DeveloperServiceFutureStub>
-
editCheck
public com.google.common.util.concurrent.ListenableFuture<Developer.EditCheckResponse> editCheck(Developer.EditCheckRequest request) -
validate
public com.google.common.util.concurrent.ListenableFuture<Developer.ValidateResponse> validate(Developer.ValidateRequest request) -
upgradeSchema
public com.google.common.util.concurrent.ListenableFuture<Developer.UpgradeSchemaResponse> upgradeSchema(Developer.UpgradeSchemaRequest request) -
formatSchema
public com.google.common.util.concurrent.ListenableFuture<Developer.FormatSchemaResponse> formatSchema(Developer.FormatSchemaRequest request)
-