Class: Google::Cloud::VisionAI::V1::HealthCheckResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cluster_info::Google::Cloud::VisionAI::V1::ClusterInfo

Returns Other information of the cluster client may be interested.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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