public static final class ProjectionsGrpc.ProjectionsFutureStub extends io.grpc.stub.AbstractFutureStub<ProjectionsGrpc.ProjectionsFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected ProjectionsGrpc.ProjectionsFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.CreateResp> |
create(Projectionmanagement.CreateReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DeleteResp> |
delete(Projectionmanagement.DeleteReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DisableResp> |
disable(Projectionmanagement.DisableReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.EnableResp> |
enable(Projectionmanagement.EnableReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResetResp> |
reset(Projectionmanagement.ResetReq request) |
com.google.common.util.concurrent.ListenableFuture<Shared.Empty> |
restartSubsystem(Shared.Empty request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResultResp> |
result(Projectionmanagement.ResultReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.StateResp> |
state(Projectionmanagement.StateReq request) |
com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.UpdateResp> |
update(Projectionmanagement.UpdateReq request) |
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected ProjectionsGrpc.ProjectionsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ProjectionsGrpc.ProjectionsFutureStub>public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.CreateResp> create(Projectionmanagement.CreateReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.UpdateResp> update(Projectionmanagement.UpdateReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DeleteResp> delete(Projectionmanagement.DeleteReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DisableResp> disable(Projectionmanagement.DisableReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.EnableResp> enable(Projectionmanagement.EnableReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResetResp> reset(Projectionmanagement.ResetReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.StateResp> state(Projectionmanagement.StateReq request)
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResultResp> result(Projectionmanagement.ResultReq request)
public com.google.common.util.concurrent.ListenableFuture<Shared.Empty> restartSubsystem(Shared.Empty request)