Class: Google::Cloud::Compute::V1::GetHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetHealthCheckRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for HealthChecks.Get. See the method description for details.
Instance Attribute Summary collapse
-
#health_check ⇒ ::String
Name of the HealthCheck resource to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#health_check ⇒ ::String
Returns Name of the HealthCheck resource to return.
9004 9005 9006 9007 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9004 class GetHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9004 9005 9006 9007 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9004 class GetHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |