Class: Google::Cloud::VisionAI::V1::HealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::HealthCheckRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/health_service.rb
Overview
HealthCheckRequest is the request message for Check.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
The parent of the resource.
Instance Attribute Details
#cluster ⇒ ::String
Returns The parent of the resource.
28 29 30 31 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 28 class HealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |