Reference documentation and code samples for the Compute V1 Client class HealthCheckServiceReference.
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
Generated from protobuf message google.cloud.compute.v1.HealthCheckServiceReference
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ health_check_service |
string
|
getHealthCheckService
Generated from protobuf field optional string health_check_service = 408374747;
Returns | |
---|---|
Type | Description |
string |
hasHealthCheckService
clearHealthCheckService
setHealthCheckService
Generated from protobuf field optional string health_check_service = 408374747;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |