Package | Description |
---|---|
com.google.api.services.compute |
Modifier and Type | Method and Description |
---|---|
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.set(java.lang.String parameterName,
java.lang.Object value) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setAlt(java.lang.String alt) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setFields(java.lang.String fields) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setHealthCheck(java.lang.String healthCheck)
Name of the HealthCheck resource to update.
|
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setKey(java.lang.String key) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setOauthToken(java.lang.String oauthToken) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setPrettyPrint(java.lang.Boolean prettyPrint) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setProject(java.lang.String project)
Project ID for this request.
|
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setQuotaUser(java.lang.String quotaUser) |
Compute.HealthChecks.Update |
Compute.HealthChecks.Update.setUserIp(java.lang.String userIp) |
Compute.HealthChecks.Update |
Compute.HealthChecks.update(java.lang.String project,
java.lang.String healthCheck,
HealthCheck content)
Updates a HealthCheck resource in the specified project using the data included in the request.
|