Uses of Class
io.grpc.health.v1.HealthCheckResponse
Packages that use HealthCheckResponse
-
Uses of HealthCheckResponse in io.grpc.health.v1
Methods in io.grpc.health.v1 that return HealthCheckResponseModifier and TypeMethodDescriptionHealthCheckResponse.Builder.build()HealthCheckResponse.Builder.buildPartial()HealthGrpc.HealthBlockingStub.check(HealthCheckRequest request) If the requested service is unknown, the call will fail with status NOT_FOUND.static HealthCheckResponseHealthCheckResponse.getDefaultInstance()HealthCheckResponse.Builder.getDefaultInstanceForType()HealthCheckResponse.getDefaultInstanceForType()static HealthCheckResponseHealthCheckResponse.parseDelimitedFrom(InputStream input) static HealthCheckResponseHealthCheckResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(byte[] data) static HealthCheckResponseHealthCheckResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.ByteString data) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(InputStream input) static HealthCheckResponseHealthCheckResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(ByteBuffer data) static HealthCheckResponseHealthCheckResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponseModifier and TypeMethodDescriptioncom.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.HealthGrpc.getCheckMethod()com.google.protobuf.Parser<HealthCheckResponse> HealthCheckResponse.getParserForType()HealthGrpc.getWatchMethod()static com.google.protobuf.Parser<HealthCheckResponse> HealthCheckResponse.parser()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 HealthCheckResponseModifier and TypeMethodDescriptionHealthCheckResponse.Builder.mergeFrom(HealthCheckResponse other) static HealthCheckResponse.BuilderHealthCheckResponse.newBuilder(HealthCheckResponse prototype) Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptiondefault 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.