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