| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionCompositeHealthChecks.Insert |
Compute.RegionCompositeHealthChecks.insert(String project,
String region,
CompositeHealthCheck content)
Create a CompositeHealthCheck in the specified project in the given region using the parameters
that are included in the request.
|
Compute.RegionCompositeHealthChecks.Patch |
Compute.RegionCompositeHealthChecks.patch(String project,
String region,
String compositeHealthCheck,
CompositeHealthCheck content)
Updates the specified regional CompositeHealthCheck resource with the data included in the
request.
|
| Constructor and Description |
|---|
Insert(String project,
String region,
CompositeHealthCheck content)
Create a CompositeHealthCheck in the specified project in the given region using the parameters
that are included in the request.
|
Patch(String project,
String region,
String compositeHealthCheck,
CompositeHealthCheck content)
Updates the specified regional CompositeHealthCheck resource with the data included in the
request.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeHealthCheck |
CompositeHealthCheck.clone() |
CompositeHealthCheck |
CompositeHealthCheck.encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
CompositeHealthCheck |
CompositeHealthCheck.set(String fieldName,
Object value) |
CompositeHealthCheck |
CompositeHealthCheck.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
CompositeHealthCheck |
CompositeHealthCheck.setDescription(String description)
An optional description of this resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setHealthDestination(String healthDestination)
URL to the destination resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setHealthSources(List<String> healthSources)
URLs to the HealthSource resources whose results are AND'ed.
|
CompositeHealthCheck |
CompositeHealthCheck.setId(BigInteger id)
[Output Only] A unique identifier for this resource type.
|
CompositeHealthCheck |
CompositeHealthCheck.setKind(String kind)
[Output Only] Type of the resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setName(String name)
Name of the resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setRegion(String region)
[Output Only] URL of the region where the composite health check resides.
|
CompositeHealthCheck |
CompositeHealthCheck.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
CompositeHealthCheck |
CompositeHealthCheck.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompositeHealthCheck> |
CompositeHealthCheckList.getItems()
A list of CompositeHealthCheck resources.
|
List<CompositeHealthCheck> |
CompositeHealthChecksScopedList.getResources()
A list of CompositeHealthChecks contained in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeHealthCheckList |
CompositeHealthCheckList.setItems(List<CompositeHealthCheck> items)
A list of CompositeHealthCheck resources.
|
CompositeHealthChecksScopedList |
CompositeHealthChecksScopedList.setResources(List<CompositeHealthCheck> resources)
A list of CompositeHealthChecks contained in this scope.
|
Copyright © 2011–2025 Google. All rights reserved.