Class: Google::Cloud::Compute::V1::GetRegionCompositeHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRegionCompositeHealthCheckRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionCompositeHealthChecks.Get. See the method description for details.
Instance Attribute Summary collapse
-
#composite_health_check ⇒ ::String
Name of the CompositeHealthCheck resource to return.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
Instance Attribute Details
#composite_health_check ⇒ ::String
Returns Name of the CompositeHealthCheck resource to return.
24049 24050 24051 24052 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24049 class GetRegionCompositeHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
24049 24050 24051 24052 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24049 class GetRegionCompositeHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
24049 24050 24051 24052 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24049 class GetRegionCompositeHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |