public final class HealthCheckService extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| HealthCheckService() | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheckService | clone() | 
| byte[] | decodeFingerprint()Fingerprint of this resource. | 
| HealthCheckService | 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. | 
| List<String> | getHealthChecks()A list of URLs to the HealthCheck resources. | 
| String | getHealthStatusAggregationPolicy()Optional. | 
| String | getHealthStatusAggregationStrategy()This field is deprecated. | 
| BigInteger | getId()[Output Only] The unique identifier for the resource. | 
| String | getKind()[Output only] Type of the resource. | 
| String | getName()Name of the resource. | 
| List<String> | getNetworkEndpointGroups()A list of URLs to the NetworkEndpointGroup resources. | 
| List<String> | getNotificationEndpoints()A list of URLs to the NotificationEndpoint resources. | 
| String | getRegion()[Output Only] URL of the region where the health check service resides. | 
| String | getSelfLink()[Output Only] Server-defined URL for the resource. | 
| HealthCheckService | set(String fieldName,
   Object value) | 
| HealthCheckService | setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| HealthCheckService | setDescription(String description)An optional description of this resource. | 
| HealthCheckService | setFingerprint(String fingerprint)Fingerprint of this resource. | 
| HealthCheckService | setHealthChecks(List<String> healthChecks)A list of URLs to the HealthCheck resources. | 
| HealthCheckService | setHealthStatusAggregationPolicy(String healthStatusAggregationPolicy)Optional. | 
| HealthCheckService | setHealthStatusAggregationStrategy(String healthStatusAggregationStrategy)This field is deprecated. | 
| HealthCheckService | setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| HealthCheckService | setKind(String kind)[Output only] Type of the resource. | 
| HealthCheckService | setName(String name)Name of the resource. | 
| HealthCheckService | setNetworkEndpointGroups(List<String> networkEndpointGroups)A list of URLs to the NetworkEndpointGroup resources. | 
| HealthCheckService | setNotificationEndpoints(List<String> notificationEndpoints)A list of URLs to the NotificationEndpoint resources. | 
| HealthCheckService | setRegion(String region)[Output Only] URL of the region where the health check service resides. | 
| HealthCheckService | setSelfLink(String selfLink)[Output Only] Server-defined URL 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 HealthCheckService setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic HealthCheckService setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public HealthCheckService setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public HealthCheckService encodeFingerprint(byte[] fingerprint)
 The value is encoded Base64 or {@code null} for none.
 
public List<String> getHealthChecks()
null for nonepublic HealthCheckService setHealthChecks(List<String> healthChecks)
healthChecks - healthChecks or null for nonepublic String getHealthStatusAggregationPolicy()
null for nonepublic HealthCheckService setHealthStatusAggregationPolicy(String healthStatusAggregationPolicy)
healthStatusAggregationPolicy - healthStatusAggregationPolicy or null for nonepublic String getHealthStatusAggregationStrategy()
null for nonepublic HealthCheckService setHealthStatusAggregationStrategy(String healthStatusAggregationStrategy)
healthStatusAggregationStrategy - healthStatusAggregationStrategy or null for nonepublic BigInteger getId()
null for nonepublic HealthCheckService setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic HealthCheckService setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic HealthCheckService setName(String name)
name - name or null for nonepublic List<String> getNetworkEndpointGroups()
null for nonepublic HealthCheckService setNetworkEndpointGroups(List<String> networkEndpointGroups)
networkEndpointGroups - networkEndpointGroups or null for nonepublic List<String> getNotificationEndpoints()
null for nonepublic HealthCheckService setNotificationEndpoints(List<String> notificationEndpoints)
notificationEndpoints - notificationEndpoints or null for nonepublic String getRegion()
null for nonepublic HealthCheckService setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic HealthCheckService setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic HealthCheckService set(String fieldName, Object value)
set in class GenericJsonpublic HealthCheckService clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.