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
- (::Google::Cloud::VisionAI::V1::ClusterInfo) — Other information of the cluster client may be interested.
#cluster_info=
def cluster_info=(value) -> ::Google::Cloud::VisionAI::V1::ClusterInfo
Parameter
- value (::Google::Cloud::VisionAI::V1::ClusterInfo) — Other information of the cluster client may be interested.
Returns
- (::Google::Cloud::VisionAI::V1::ClusterInfo) — Other information of the cluster client may be interested.
#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.