Vision AI v1 API - Class HealthCheckServiceClientImpl (1.0.0-beta01)

public sealed class HealthCheckServiceClientImpl : HealthCheckServiceClient

Reference documentation and code samples for the Vision AI v1 API class HealthCheckServiceClientImpl.

HealthCheckService client wrapper implementation, for convenient use.

Inheritance

object > HealthCheckServiceClient > HealthCheckServiceClientImpl

Namespace

Google.Cloud.VisionAI.V1

Assembly

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 HealthCheckServiceHealthCheckServiceClient

The underlying gRPC client.

settings HealthCheckServiceSettings

The base HealthCheckServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override HealthCheckService.HealthCheckServiceClient GrpcClient { get; }

The underlying gRPC HealthCheckService client

Property Value
Type Description
HealthCheckServiceHealthCheckServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides

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 HealthCheckRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
HealthCheckResponse

The RPC response.

Overrides

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 HealthCheckRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskHealthCheckResponse

A Task containing the RPC response.

Overrides