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