Uses of Class
io.grpc.health.v1.HealthCheckResponse
-
Packages that use HealthCheckResponse Package Description io.grpc.health.v1 -
-
Uses of HealthCheckResponse in io.grpc.health.v1
Methods in io.grpc.health.v1 that return HealthCheckResponse Modifier and Type Method 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.Builder. getDefaultInstanceForType()
HealthCheckResponse
HealthCheckResponse. 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(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)
static HealthCheckResponse
HealthCheckResponse. parseFrom(ByteBuffer data)
static HealthCheckResponse
HealthCheckResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponse Modifier and Type Method 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.Methods in io.grpc.health.v1 with parameters of type HealthCheckResponse Modifier and Type Method Description HealthCheckResponse.Builder
HealthCheckResponse.Builder. mergeFrom(HealthCheckResponse other)
static HealthCheckResponse.Builder
HealthCheckResponse. newBuilder(HealthCheckResponse prototype)
Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponse Modifier and Type Method Description default void
HealthGrpc.AsyncService. 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.default void
HealthGrpc.AsyncService. 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.
-