Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectRegionHealthCheckName |
ProjectRegionHealthCheckName.Builder.build() |
static ProjectRegionHealthCheckName |
ProjectRegionHealthCheckName.of(String healthCheck,
String project,
String region) |
static ProjectRegionHealthCheckName |
ProjectRegionHealthCheckName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectRegionHealthCheckName> |
ProjectRegionHealthCheckName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
RegionHealthCheckClient.deleteRegionHealthCheck(ProjectRegionHealthCheckName healthCheck)
Deletes the specified HealthCheck resource.
|
HealthCheck |
RegionHealthCheckClient.getRegionHealthCheck(ProjectRegionHealthCheckName healthCheck)
Returns the specified HealthCheck resource.
|
Operation |
RegionHealthCheckClient.patchRegionHealthCheck(ProjectRegionHealthCheckName healthCheck,
HealthCheck healthCheckResource,
List<String> fieldMask)
Updates a HealthCheck resource in the specified project using the data included in the request.
|
Operation |
RegionHealthCheckClient.updateRegionHealthCheck(ProjectRegionHealthCheckName 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(ProjectRegionHealthCheckName projectRegionHealthCheckName) |
Copyright © 2019 Google LLC. All rights reserved.