| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.HealthChecks.Insert | Compute.HealthChecks. insert(String project,
      HealthCheck content)Creates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.RegionHealthChecks.Insert | Compute.RegionHealthChecks. insert(String project,
      String region,
      HealthCheck content)Creates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.HealthChecks.Patch | Compute.HealthChecks. patch(String project,
     String healthCheck,
     HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.RegionHealthChecks.Patch | Compute.RegionHealthChecks. patch(String project,
     String region,
     String healthCheck,
     HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.HealthChecks.Update | Compute.HealthChecks. update(String project,
      String healthCheck,
      HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.RegionHealthChecks.Update | Compute.RegionHealthChecks. update(String project,
      String region,
      String healthCheck,
      HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      HealthCheck content)Creates a HealthCheck resource in the specified project using the data included in the request. | 
| Insert(String project,
      String region,
      HealthCheck content)Creates a HealthCheck resource in the specified project using the data included in the request. | 
| Patch(String project,
     String healthCheck,
     HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Patch(String project,
     String region,
     String healthCheck,
     HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Update(String project,
      String healthCheck,
      HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Update(String project,
      String region,
      String healthCheck,
      HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheck | HealthCheck. clone() | 
| HealthCheck | HealthCheck. set(String fieldName,
   Object value) | 
| HealthCheck | HealthCheck. setCheckIntervalSec(Integer checkIntervalSec)How often (in seconds) to send a health check. | 
| HealthCheck | HealthCheck. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in 3339 text format. | 
| HealthCheck | HealthCheck. setDescription(String description)An optional description of this resource. | 
| HealthCheck | HealthCheck. setGrpcHealthCheck(GRPCHealthCheck grpcHealthCheck) | 
| HealthCheck | HealthCheck. setHealthyThreshold(Integer healthyThreshold)A so-far unhealthy instance will be marked healthy after this many consecutive successes. | 
| HealthCheck | HealthCheck. setHttp2HealthCheck(HTTP2HealthCheck http2HealthCheck) | 
| HealthCheck | HealthCheck. setHttpHealthCheck(HTTPHealthCheck httpHealthCheck) | 
| HealthCheck | HealthCheck. setHttpsHealthCheck(HTTPSHealthCheck httpsHealthCheck) | 
| HealthCheck | HealthCheck. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| HealthCheck | HealthCheck. setKind(String kind)Type of the resource. | 
| HealthCheck | HealthCheck. setLogConfig(HealthCheckLogConfig logConfig)Configure logging on this health check. | 
| HealthCheck | HealthCheck. setName(String name)Name of the resource. | 
| HealthCheck | HealthCheck. setRegion(String region)[Output Only] Region where the health check resides. | 
| HealthCheck | HealthCheck. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| HealthCheck | HealthCheck. setSslHealthCheck(SSLHealthCheck sslHealthCheck) | 
| HealthCheck | HealthCheck. setTcpHealthCheck(TCPHealthCheck tcpHealthCheck) | 
| HealthCheck | HealthCheck. setTimeoutSec(Integer timeoutSec)How long (in seconds) to wait before claiming failure. | 
| HealthCheck | HealthCheck. setType(String type)Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. | 
| HealthCheck | HealthCheck. setUnhealthyThreshold(Integer unhealthyThreshold)A so-far healthy instance will be marked unhealthy after this many consecutive failures. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HealthCheck> | HealthChecksScopedList. getHealthChecks()A list of HealthChecks contained in this scope. | 
| List<HealthCheck> | HealthCheckList. getItems()A list of HealthCheck resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthChecksScopedList | HealthChecksScopedList. setHealthChecks(List<HealthCheck> healthChecks)A list of HealthChecks contained in this scope. | 
| HealthCheckList | HealthCheckList. setItems(List<HealthCheck> items)A list of HealthCheck resources. | 
Copyright © 2011–2021 Google. All rights reserved.