Class: Google::Cloud::VisionAI::V1::HealthCheckResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::HealthCheckResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/health_service.rb
Overview
HealthCheckResponse is the response message for Check.
Instance Attribute Summary collapse
-
#cluster_info ⇒ ::Google::Cloud::VisionAI::V1::ClusterInfo
Other information of the cluster client may be interested.
-
#healthy ⇒ ::Boolean
Indicates whether the cluster is in healthy state or not.
-
#reason ⇒ ::String
Reason of why the cluster is in unhealthy state.
Instance Attribute Details
#cluster_info ⇒ ::Google::Cloud::VisionAI::V1::ClusterInfo
Returns Other information of the cluster client may be interested.
43 44 45 46 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 43 class HealthCheckResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#healthy ⇒ ::Boolean
Returns Indicates whether the cluster is in healthy state or not.
43 44 45 46 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 43 class HealthCheckResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String
Returns Reason of why the cluster is in unhealthy state.
43 44 45 46 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 43 class HealthCheckResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |