Class: Google::Cloud::Compute::V1::HealthCheckServiceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HealthCheckServiceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A full or valid partial URL to a health check service. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - regions/us-west1/healthCheckServices/health-check-service
Instance Attribute Summary collapse
Instance Attribute Details
#health_check_service ⇒ ::String
11290 11291 11292 11293 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11290 class HealthCheckServiceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |