Uses of Class
io.grpc.health.v1.HealthCheckResponse
Packages that use HealthCheckResponse
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of HealthCheckResponse in io.grpc.health.v1
Fields in io.grpc.health.v1 declared as HealthCheckResponseModifier and TypeFieldDescriptionprivate static final HealthCheckResponse
HealthCheckResponse.DEFAULT_INSTANCE
Fields in io.grpc.health.v1 with type parameters of type HealthCheckResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor
<HealthCheckRequest, HealthCheckResponse> HealthGrpc.getCheckMethod
private static MethodDescriptor
<HealthCheckRequest, HealthCheckResponse> HealthGrpc.getWatchMethod
private static final com.google.protobuf.Parser
<HealthCheckResponse> HealthCheckResponse.PARSER
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 HealthCheckResponse
HealthCheckResponse.getDefaultInstance()
HealthCheckResponse.Builder.getDefaultInstanceForType()
HealthCheckResponse.getDefaultInstanceForType()
static HealthCheckResponse
HealthCheckResponse.parseDelimitedFrom
(InputStream input) static HealthCheckResponse
HealthCheckResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponse
HealthCheckResponse.parseFrom
(byte[] data) static HealthCheckResponse
HealthCheckResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponse
HealthCheckResponse.parseFrom
(com.google.protobuf.ByteString data) static HealthCheckResponse
HealthCheckResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponse
HealthCheckResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static HealthCheckResponse
HealthCheckResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponse
HealthCheckResponse.parseFrom
(InputStream input) static HealthCheckResponse
HealthCheckResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponse
HealthCheckResponse.parseFrom
(ByteBuffer data) static HealthCheckResponse
HealthCheckResponse.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 TypeMethodDescriptionprivate void
HealthCheckResponse.Builder.buildPartial0
(HealthCheckResponse result) HealthCheckResponse.Builder.mergeFrom
(HealthCheckResponse other) static HealthCheckResponse.Builder
HealthCheckResponse.newBuilder
(HealthCheckResponse prototype) Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptiondefault 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. -
Uses of HealthCheckResponse in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type HealthCheckResponseModifier and TypeFieldDescriptionprivate final ClientCall
<HealthCheckRequest, HealthCheckResponse> HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.call
private final HashMap
<String, IdentityHashMap<StreamObserver<HealthCheckResponse>, Boolean>> HealthServiceImpl.watchers
Methods in io.grpc.protobuf.services that return HealthCheckResponseModifier and TypeMethodDescriptionprivate static HealthCheckResponse
HealthServiceImpl.getResponseForWatch
(HealthCheckResponse.ServingStatus recordedStatus) Methods in io.grpc.protobuf.services with parameters of type HealthCheckResponseModifier and TypeMethodDescription(package private) void
HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.handleResponse
(HealthCheckResponse response) void
HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.onMessage
(HealthCheckResponse response) Method parameters in io.grpc.protobuf.services with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptionvoid
HealthServiceImpl.check
(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) void
HealthServiceImpl.watch
(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)