public final class TargetHttpProxy 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 | 
|---|
| TargetHttpProxy() | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetHttpProxy | clone() | 
| byte[] | decodeFingerprint()Fingerprint of this resource. | 
| TargetHttpProxy | 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> | getHttpFilters()URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration. | 
| BigInteger | getId()[Output Only] The unique identifier for the resource. | 
| String | getKind()[Output Only] Type of resource. | 
| String | getName()Name of the resource. | 
| Boolean | getProxyBind()This field only applies when the forwarding rule that references this target proxy has a
 loadBalancingScheme set to INTERNAL_SELF_MANAGED. | 
| String | getRegion()[Output Only] URL of the region where the regional Target HTTP Proxy resides. | 
| String | getSelfLink()[Output Only] Server-defined URL for the resource. | 
| String | getUrlMap()URL to the UrlMap resource that defines the mapping from URL to the BackendService. | 
| TargetHttpProxy | set(String fieldName,
   Object value) | 
| TargetHttpProxy | setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| TargetHttpProxy | setDescription(String description)An optional description of this resource. | 
| TargetHttpProxy | setFingerprint(String fingerprint)Fingerprint of this resource. | 
| TargetHttpProxy | setHttpFilters(List<String> httpFilters)URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration. | 
| TargetHttpProxy | setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| TargetHttpProxy | setKind(String kind)[Output Only] Type of resource. | 
| TargetHttpProxy | setName(String name)Name of the resource. | 
| TargetHttpProxy | setProxyBind(Boolean proxyBind)This field only applies when the forwarding rule that references this target proxy has a
 loadBalancingScheme set to INTERNAL_SELF_MANAGED. | 
| TargetHttpProxy | setRegion(String region)[Output Only] URL of the region where the regional Target HTTP Proxy resides. | 
| TargetHttpProxy | setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| TargetHttpProxy | setUrlMap(String urlMap)URL to the UrlMap resource that defines the mapping from URL to the BackendService. | 
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 TargetHttpProxy setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic TargetHttpProxy setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public TargetHttpProxy setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public TargetHttpProxy encodeFingerprint(byte[] fingerprint)
 The value is encoded Base64 or {@code null} for none.
 
public List<String> getHttpFilters()
null for nonepublic TargetHttpProxy setHttpFilters(List<String> httpFilters)
httpFilters - httpFilters or null for nonepublic BigInteger getId()
null for nonepublic TargetHttpProxy setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic TargetHttpProxy setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic TargetHttpProxy setName(String name)
name - name or null for nonepublic Boolean getProxyBind()
null for nonepublic TargetHttpProxy setProxyBind(Boolean proxyBind)
proxyBind - proxyBind or null for nonepublic String getRegion()
null for nonepublic TargetHttpProxy setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic TargetHttpProxy setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getUrlMap()
null for nonepublic TargetHttpProxy setUrlMap(String urlMap)
urlMap - urlMap or null for nonepublic TargetHttpProxy set(String fieldName, Object value)
set in class GenericJsonpublic TargetHttpProxy clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.