Modifier and Type | Class and Description |
---|---|
class |
Compute.HttpHealthChecks.Patch |
Constructor and Description |
---|
Compute.HttpHealthChecks() |
Modifier and Type | Method and Description |
---|---|
Compute.HttpHealthChecks.Patch |
patch(String project,
String httpHealthCheck,
HttpHealthCheck content)
Updates a HttpHealthCheck resource in the specified project using the data included in the
request.
|
public Compute.HttpHealthChecks.Patch patch(String project, String httpHealthCheck, HttpHealthCheck content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.httpHealthCheck
- Name of the HttpHealthCheck resource to update.content
- the HttpHealthCheck
IOException