public final class CompositeHealthCheck
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CompositeHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
CompositeHealthCheck |
clone() |
byte[] |
decodeFingerprint()
Fingerprint of this resource.
|
CompositeHealthCheck |
encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getFingerprint()
Fingerprint of this resource.
|
String |
getHealthDestination()
URL to the destination resource.
|
List<String> |
getHealthSources()
URLs to the HealthSource resources whose results are AND'ed.
|
BigInteger |
getId()
[Output Only] A unique identifier for this resource type.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getRegion()
[Output Only] URL of the region where the composite health check resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL with id for the resource.
|
CompositeHealthCheck |
set(String fieldName,
Object value) |
CompositeHealthCheck |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
CompositeHealthCheck |
setDescription(String description)
An optional description of this resource.
|
CompositeHealthCheck |
setFingerprint(String fingerprint)
Fingerprint of this resource.
|
CompositeHealthCheck |
setHealthDestination(String healthDestination)
URL to the destination resource.
|
CompositeHealthCheck |
setHealthSources(List<String> healthSources)
URLs to the HealthSource resources whose results are AND'ed.
|
CompositeHealthCheck |
setId(BigInteger id)
[Output Only] A unique identifier for this resource type.
|
CompositeHealthCheck |
setKind(String kind)
[Output Only] Type of the resource.
|
CompositeHealthCheck |
setName(String name)
Name of the resource.
|
CompositeHealthCheck |
setRegion(String region)
[Output Only] URL of the region where the composite health check resides.
|
CompositeHealthCheck |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
CompositeHealthCheck |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreationTimestamp()
null for nonepublic CompositeHealthCheck setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic CompositeHealthCheck setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public CompositeHealthCheck setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public CompositeHealthCheck encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public String getHealthDestination()
null for nonepublic CompositeHealthCheck setHealthDestination(String healthDestination)
healthDestination - healthDestination or null for nonepublic List<String> getHealthSources()
null for nonepublic CompositeHealthCheck setHealthSources(List<String> healthSources)
healthSources - healthSources or null for nonepublic BigInteger getId()
null for nonepublic CompositeHealthCheck setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic CompositeHealthCheck setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic CompositeHealthCheck setName(String name)
name - name or null for nonepublic String getRegion()
null for nonepublic CompositeHealthCheck setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic CompositeHealthCheck setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic CompositeHealthCheck setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic CompositeHealthCheck set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CompositeHealthCheck clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.