Vision AI V1 API - Class Google::Cloud::VisionAI::V1::HealthCheckResponse (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::HealthCheckResponse.

HealthCheckResponse is the response message for Check.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_info

def cluster_info() -> ::Google::Cloud::VisionAI::V1::ClusterInfo
Returns

#cluster_info=

def cluster_info=(value) -> ::Google::Cloud::VisionAI::V1::ClusterInfo
Parameter
Returns

#healthy

def healthy() -> ::Boolean
Returns
  • (::Boolean) — Indicates whether the cluster is in healthy state or not.

#healthy=

def healthy=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Indicates whether the cluster is in healthy state or not.
Returns
  • (::Boolean) — Indicates whether the cluster is in healthy state or not.

#reason

def reason() -> ::String
Returns
  • (::String) — Reason of why the cluster is in unhealthy state.

#reason=

def reason=(value) -> ::String
Parameter
  • value (::String) — Reason of why the cluster is in unhealthy state.
Returns
  • (::String) — Reason of why the cluster is in unhealthy state.