public static final class HealthCheckServiceGrpc.HealthCheckServiceBlockingStub extends AbstractBlockingStub<HealthCheckServiceGrpc.HealthCheckServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service HealthCheckService.
HealthCheckService provides an interface for Vertex AI Vision Cluster Health Check.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > HealthCheckServiceGrpc.HealthCheckServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected HealthCheckServiceGrpc.HealthCheckServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
HealthCheckServiceGrpc.HealthCheckServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
healthCheck(HealthCheckRequest request)
public HealthCheckResponse healthCheck(HealthCheckRequest request)HealthCheck method checks the health status of the cluster.
| Parameter | |
|---|---|
| Name | Description |
request |
HealthCheckRequest |
| Returns | |
|---|---|
| Type | Description |
HealthCheckResponse |
|