| Package | Description |
|---|---|
| io.grpc.health.v1 |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse |
HealthCheckResponse.Builder.build() |
HealthCheckResponse |
HealthCheckResponse.Builder.buildPartial() |
HealthCheckResponse |
HealthGrpc.HealthBlockingStub.check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
static HealthCheckResponse |
HealthCheckResponse.getDefaultInstance() |
HealthCheckResponse |
HealthCheckResponse.getDefaultInstanceForType() |
HealthCheckResponse |
HealthCheckResponse.Builder.getDefaultInstanceForType() |
static HealthCheckResponse |
HealthCheckResponse.parseDelimitedFrom(InputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(byte[] data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteBuffer data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteString data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(CodedInputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(InputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static MethodDescriptor<HealthCheckRequest,HealthCheckResponse> |
HealthGrpc.getCheckMethod() |
Parser<HealthCheckResponse> |
HealthCheckResponse.getParserForType() |
static MethodDescriptor<HealthCheckRequest,HealthCheckResponse> |
HealthGrpc.getWatchMethod() |
static Parser<HealthCheckResponse> |
HealthCheckResponse.parser() |
Iterator<HealthCheckResponse> |
HealthGrpc.HealthBlockingStub.watch(HealthCheckRequest request)
Performs a watch for the serving status of the requested service.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse.Builder |
HealthCheckResponse.Builder.mergeFrom(HealthCheckResponse other) |
static HealthCheckResponse.Builder |
HealthCheckResponse.newBuilder(HealthCheckResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthGrpc.HealthImplBase.check(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
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.
|
void |
HealthGrpc.HealthImplBase.watch(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
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.
|