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 HealthCheckResponseHealthCheckResponse.Builder. build()HealthCheckResponseHealthCheckResponse.Builder. buildPartial()HealthCheckResponseHealthGrpc.HealthBlockingStub. check(HealthCheckRequest request)If the requested service is unknown, the call will fail with status NOT_FOUND.HealthCheckResponseHealthGrpc.HealthBlockingV2Stub. check(HealthCheckRequest request)If the requested service is unknown, the call will fail with status NOT_FOUND.static HealthCheckResponseHealthCheckResponse. getDefaultInstance()HealthCheckResponseHealthCheckResponse.Builder. getDefaultInstanceForType()HealthCheckResponseHealthCheckResponse. getDefaultInstanceForType()static HealthCheckResponseHealthCheckResponse. parseDelimitedFrom(InputStream input)static HealthCheckResponseHealthCheckResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(byte[] data)static HealthCheckResponseHealthCheckResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(ByteString data)static HealthCheckResponseHealthCheckResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(CodedInputStream input)static HealthCheckResponseHealthCheckResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(InputStream input)static HealthCheckResponseHealthCheckResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(ByteBuffer data)static HealthCheckResponseHealthCheckResponse. 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.BlockingClientCall<?,HealthCheckResponse>HealthGrpc.HealthBlockingV2Stub. 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.BuilderHealthCheckResponse.Builder. mergeFrom(HealthCheckResponse other)static HealthCheckResponse.BuilderHealthCheckResponse. newBuilder(HealthCheckResponse prototype)Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponse Modifier and Type Method Description default voidHealthGrpc.AsyncService. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)If the requested service is unknown, the call will fail with status NOT_FOUND.voidHealthGrpc.HealthStub. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)If the requested service is unknown, the call will fail with status NOT_FOUND.default voidHealthGrpc.AsyncService. watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)Performs a watch for the serving status of the requested service.voidHealthGrpc.HealthStub. watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)Performs a watch for the serving status of the requested service.
-