public sealed class HealthCheckServiceClientImpl : HealthCheckServiceClientReference documentation and code samples for the Vision AI v1 API class HealthCheckServiceClientImpl.
HealthCheckService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Remarks
HealthCheckService provides an interface for Vertex AI Vision Cluster Health Check.
Constructors
HealthCheckServiceClientImpl(HealthCheckServiceClient, HealthCheckServiceSettings, ILogger)
public HealthCheckServiceClientImpl(HealthCheckService.HealthCheckServiceClient grpcClient, HealthCheckServiceSettings settings, ILogger logger)Constructs a client wrapper for the HealthCheckService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
HealthCheckServiceHealthCheckServiceClientThe underlying gRPC client. |
settings |
HealthCheckServiceSettingsThe base HealthCheckServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override HealthCheckService.HealthCheckServiceClient GrpcClient { get; }The underlying gRPC HealthCheckService client
| Property Value | |
|---|---|
| Type | Description |
HealthCheckServiceHealthCheckServiceClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
HealthCheck(HealthCheckRequest, CallSettings)
public override HealthCheckResponse HealthCheck(HealthCheckRequest request, CallSettings callSettings = null)HealthCheck method checks the health status of the cluster.
| Parameters | |
|---|---|
| Name | Description |
request |
HealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
HealthCheckResponse |
The RPC response. |
HealthCheckAsync(HealthCheckRequest, CallSettings)
public override Task<HealthCheckResponse> HealthCheckAsync(HealthCheckRequest request, CallSettings callSettings = null)HealthCheck method checks the health status of the cluster.
| Parameters | |
|---|---|
| Name | Description |
request |
HealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskHealthCheckResponse |
A Task containing the RPC response. |