default void |
HealthGrpc.AsyncService.check(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver) |
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
HealthCheckResponse |
HealthGrpc.HealthBlockingStub.check(HealthCheckRequest request) |
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
com.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> |
HealthGrpc.HealthFutureStub.check(HealthCheckRequest request) |
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
void |
HealthGrpc.HealthStub.check(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver) |
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
HealthCheckRequest.Builder |
HealthCheckRequest.Builder.mergeFrom(HealthCheckRequest other) |
|
static HealthCheckRequest.Builder |
HealthCheckRequest.newBuilder(HealthCheckRequest prototype) |
|
default void |
HealthGrpc.AsyncService.watch(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver) |
Performs a watch for the serving status of the requested service.
|
Iterator<HealthCheckResponse> |
HealthGrpc.HealthBlockingStub.watch(HealthCheckRequest request) |
Performs a watch for the serving status of the requested service.
|
void |
HealthGrpc.HealthStub.watch(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver) |
Performs a watch for the serving status of the requested service.
|