Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalHealthCheckName |
ProjectGlobalHealthCheckName.Builder.build() |
static ProjectGlobalHealthCheckName |
ProjectGlobalHealthCheckName.of(String healthCheck,
String project) |
static ProjectGlobalHealthCheckName |
ProjectGlobalHealthCheckName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalHealthCheckName> |
ProjectGlobalHealthCheckName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
HealthCheckClient.deleteHealthCheck(ProjectGlobalHealthCheckName healthCheck)
Deletes the specified HealthCheck resource.
|
HealthCheck |
HealthCheckClient.getHealthCheck(ProjectGlobalHealthCheckName healthCheck)
Returns the specified HealthCheck resource.
|
Operation |
HealthCheckClient.patchHealthCheck(ProjectGlobalHealthCheckName healthCheck,
HealthCheck healthCheckResource,
List<String> fieldMask)
Updates a HealthCheck resource in the specified project using the data included in the request.
|
Operation |
HealthCheckClient.updateHealthCheck(ProjectGlobalHealthCheckName healthCheck,
HealthCheck healthCheckResource,
List<String> fieldMask)
Updates a HealthCheck resource in the specified project using the data included in the request.
|
Constructor and Description |
---|
Builder(ProjectGlobalHealthCheckName projectGlobalHealthCheckName) |
Copyright © 2019 Google LLC. All rights reserved.