| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionHealthSources.Insert |
Compute.RegionHealthSources.insert(String project,
String region,
HealthSource content)
Create a HealthSource in the specified project in the given region using the parameters that are
included in the request.
|
Compute.RegionHealthSources.Patch |
Compute.RegionHealthSources.patch(String project,
String region,
String healthSource,
HealthSource content)
Updates the specified regional HealthSource resource with the data included in the request.
|
| Constructor and Description |
|---|
Insert(String project,
String region,
HealthSource content)
Create a HealthSource in the specified project in the given region using the parameters that
are included in the request.
|
Patch(String project,
String region,
String healthSource,
HealthSource content)
Updates the specified regional HealthSource resource with the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
HealthSource |
HealthSource.clone() |
HealthSource |
HealthSource.encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
HealthSource |
HealthSource.set(String fieldName,
Object value) |
HealthSource |
HealthSource.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
HealthSource |
HealthSource.setDescription(String description)
An optional description of this resource.
|
HealthSource |
HealthSource.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
HealthSource |
HealthSource.setHealthAggregationPolicy(String healthAggregationPolicy)
URL to the HealthAggregationPolicy resource.
|
HealthSource |
HealthSource.setId(BigInteger id)
[Output Only] A unique identifier for this resource type.
|
HealthSource |
HealthSource.setKind(String kind)
[Output Only] Type of the resource.
|
HealthSource |
HealthSource.setName(String name)
Name of the resource.
|
HealthSource |
HealthSource.setRegion(String region)
[Output Only] URL of the region where the health source resides.
|
HealthSource |
HealthSource.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
HealthSource |
HealthSource.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
HealthSource |
HealthSource.setSources(List<String> sources)
URLs to the source resources.
|
HealthSource |
HealthSource.setSourceType(String sourceType)
Specifies the type of the HealthSource.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthSource> |
HealthSourceList.getItems()
A list of HealthSource resources.
|
List<HealthSource> |
HealthSourcesScopedList.getResources()
A list of HealthSources contained in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
HealthSourceList |
HealthSourceList.setItems(List<HealthSource> items)
A list of HealthSource resources.
|
HealthSourcesScopedList |
HealthSourcesScopedList.setResources(List<HealthSource> resources)
A list of HealthSources contained in this scope.
|
Copyright © 2011–2025 Google. All rights reserved.