Class: Google::Cloud::Compute::V1::HealthCheckServiceReference

Inherits:
Object
  • Object
show all
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

Returns:

  • (::String)


8948
8949
8950
8951
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8948

class HealthCheckServiceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end