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
11308 11309 11310 11311 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11308 class HealthCheckServiceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |