Uses of Class
grpc.health.v1.HealthCheck.HealthCheckResponse
-
Packages that use HealthCheck.HealthCheckResponse Package Description grpc.health.v1 -
-
Uses of HealthCheck.HealthCheckResponse in grpc.health.v1
Methods in grpc.health.v1 that return HealthCheck.HealthCheckResponse Modifier and Type Method Description HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse.Builder. build()HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse.Builder. buildPartial()HealthCheck.HealthCheckResponseHealthGrpc.HealthBlockingStub. check(HealthCheck.HealthCheckRequest request)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. getDefaultInstance()HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse.Builder. getDefaultInstanceForType()HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. getDefaultInstanceForType()static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseDelimitedFrom(InputStream input)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(byte[] data)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(InputStream input)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(ByteBuffer data)static HealthCheck.HealthCheckResponseHealthCheck.HealthCheckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in grpc.health.v1 that return types with arguments of type HealthCheck.HealthCheckResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse>HealthGrpc.HealthFutureStub. check(HealthCheck.HealthCheckRequest request)static io.grpc.MethodDescriptor<HealthCheck.HealthCheckRequest,HealthCheck.HealthCheckResponse>HealthGrpc. getCheckMethod()com.google.protobuf.Parser<HealthCheck.HealthCheckResponse>HealthCheck.HealthCheckResponse. getParserForType()static io.grpc.MethodDescriptor<HealthCheck.HealthCheckRequest,HealthCheck.HealthCheckResponse>HealthGrpc. getWatchMethod()static com.google.protobuf.Parser<HealthCheck.HealthCheckResponse>HealthCheck.HealthCheckResponse. parser()Iterator<HealthCheck.HealthCheckResponse>HealthGrpc.HealthBlockingStub. watch(HealthCheck.HealthCheckRequest request)Methods in grpc.health.v1 with parameters of type HealthCheck.HealthCheckResponse Modifier and Type Method Description HealthCheck.HealthCheckResponse.BuilderHealthCheck.HealthCheckResponse.Builder. mergeFrom(HealthCheck.HealthCheckResponse other)static HealthCheck.HealthCheckResponse.BuilderHealthCheck.HealthCheckResponse. newBuilder(HealthCheck.HealthCheckResponse prototype)Method parameters in grpc.health.v1 with type arguments of type HealthCheck.HealthCheckResponse Modifier and Type Method Description default voidHealthGrpc.AsyncService. check(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)voidHealthGrpc.HealthStub. check(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)default voidHealthGrpc.AsyncService. watch(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)voidHealthGrpc.HealthStub. watch(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)
-