Class ProvisionerServiceGrpc.ProvisionerServiceFutureStub
-
- All Implemented Interfaces:
public final class ProvisionerServiceGrpc.ProvisionerServiceFutureStub extends AbstractFutureStub<S>A stub to allow clients to do ListenableFuture-style rpc calls to service ProvisionerService.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description ListenableFuture<PingResponse>ping(PingRequest request)ListenableFuture<StatusResponse>status(StatusRequest request)ListenableFuture<GetArtefactDiffsResponse>getArtefactDiffs(GetArtefactDiffsRequest request)ListenableFuture<UploadArtefactResponse>uploadArtefact(UploadArtefactRequest request)ListenableFuture<CreateDeploymentResponse>createDeployment(CreateDeploymentRequest request)ListenableFuture<UpdateDeployResponse>updateDeploy(UpdateDeployRequest request)ListenableFuture<ReplaceDeployResponse>replaceDeploy(ReplaceDeployRequest request)ListenableFuture<GetSchemaResponse>getSchema(GetSchemaRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
ListenableFuture<PingResponse> ping(PingRequest request)
-
status
ListenableFuture<StatusResponse> status(StatusRequest request)
-
getArtefactDiffs
ListenableFuture<GetArtefactDiffsResponse> getArtefactDiffs(GetArtefactDiffsRequest request)
-
uploadArtefact
ListenableFuture<UploadArtefactResponse> uploadArtefact(UploadArtefactRequest request)
-
createDeployment
ListenableFuture<CreateDeploymentResponse> createDeployment(CreateDeploymentRequest request)
-
updateDeploy
ListenableFuture<UpdateDeployResponse> updateDeploy(UpdateDeployRequest request)
-
replaceDeploy
ListenableFuture<ReplaceDeployResponse> replaceDeploy(ReplaceDeployRequest request)
-
getSchema
ListenableFuture<GetSchemaResponse> getSchema(GetSchemaRequest request)
-
-
-
-