[BindServiceMethod(typeof(HealthCheckService), "BindService")]
public abstract class HealthCheckService.HealthCheckServiceBaseReference documentation and code samples for the Vision AI v1 API class HealthCheckService.HealthCheckServiceBase.
Base class for server-side implementations of HealthCheckService
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Methods
HealthCheck(HealthCheckRequest, ServerCallContext)
public virtual Task<HealthCheckResponse> HealthCheck(HealthCheckRequest request, ServerCallContext context)HealthCheck method checks the health status of the cluster.
| Parameters | |
|---|---|
| Name | Description |
request |
HealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskHealthCheckResponse |
The response to send back to the client (wrapped by a task). |