| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.HttpsHealthChecks.Insert | Compute.HttpsHealthChecks. insert(String project,
      HttpsHealthCheck content)Creates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Compute.HttpsHealthChecks.Patch | Compute.HttpsHealthChecks. patch(String project,
     String httpsHealthCheck,
     HttpsHealthCheck content)Updates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Compute.HttpsHealthChecks.Update | Compute.HttpsHealthChecks. update(String project,
      String httpsHealthCheck,
      HttpsHealthCheck content)Updates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      HttpsHealthCheck content)Creates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Patch(String project,
     String httpsHealthCheck,
     HttpsHealthCheck content)Updates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Update(String project,
      String httpsHealthCheck,
      HttpsHealthCheck content)Updates a HttpsHealthCheck resource in the specified project using the data included in the
 request. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpsHealthCheck | HttpsHealthCheck. clone() | 
| HttpsHealthCheck | HttpsHealthCheck. set(String fieldName,
   Object value) | 
| HttpsHealthCheck | HttpsHealthCheck. setCheckIntervalSec(Integer checkIntervalSec)How often (in seconds) to send a health check. | 
| HttpsHealthCheck | HttpsHealthCheck. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| HttpsHealthCheck | HttpsHealthCheck. setDescription(String description)An optional description of this resource. | 
| HttpsHealthCheck | HttpsHealthCheck. setHealthyThreshold(Integer healthyThreshold)A so-far unhealthy instance will be marked healthy after this many consecutive successes. | 
| HttpsHealthCheck | HttpsHealthCheck. setHost(String host)The value of the host header in the HTTPS health check request. | 
| HttpsHealthCheck | HttpsHealthCheck. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| HttpsHealthCheck | HttpsHealthCheck. setKind(String kind)Type of the resource. | 
| HttpsHealthCheck | HttpsHealthCheck. setName(String name)Name of the resource. | 
| HttpsHealthCheck | HttpsHealthCheck. setPort(Integer port)The TCP port number for the HTTPS health check request. | 
| HttpsHealthCheck | HttpsHealthCheck. setRequestPath(String requestPath)The request path of the HTTPS health check request. | 
| HttpsHealthCheck | HttpsHealthCheck. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| HttpsHealthCheck | HttpsHealthCheck. setTimeoutSec(Integer timeoutSec)How long (in seconds) to wait before claiming failure. | 
| HttpsHealthCheck | HttpsHealthCheck. setUnhealthyThreshold(Integer unhealthyThreshold)A so-far healthy instance will be marked unhealthy after this many consecutive failures. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HttpsHealthCheck> | HttpsHealthCheckList. getItems()A list of HttpsHealthCheck resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpsHealthCheckList | HttpsHealthCheckList. setItems(List<HttpsHealthCheck> items)A list of HttpsHealthCheck resources. | 
Copyright © 2011–2021 Google. All rights reserved.