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

public sealed class HealthCheckResponse : IMessage<HealthCheckResponse>, IEquatable<HealthCheckResponse>, IDeepCloneable<HealthCheckResponse>, IBufferMessage, IMessage

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

HealthCheckResponse is the response message for Check.

Inheritance

object > HealthCheckResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

HealthCheckResponse()

public HealthCheckResponse()

HealthCheckResponse(HealthCheckResponse)

public HealthCheckResponse(HealthCheckResponse other)
Parameter
Name Description
other HealthCheckResponse

Properties

ClusterInfo

public ClusterInfo ClusterInfo { get; set; }

Other information of the cluster client may be interested.

Property Value
Type Description
ClusterInfo

Healthy

public bool Healthy { get; set; }

Indicates whether the cluster is in healthy state or not.

Property Value
Type Description
bool

Reason

public string Reason { get; set; }

Reason of why the cluster is in unhealthy state.

Property Value
Type Description
string