public final class TargetHttpProxy
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.Flags
AbstractMap.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.
|
Integer |
getHttpKeepAliveTimeoutSec()
Specifies how long to keep a connection open, after completing a response, while there is no
matching traffic (in seconds).
|
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 |
setHttpKeepAliveTimeoutSec(Integer httpKeepAliveTimeoutSec)
Specifies how long to keep a connection open, after completing a response, while there is no
matching traffic (in seconds).
|
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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 Integer getHttpKeepAliveTimeoutSec()
null
for nonepublic TargetHttpProxy setHttpKeepAliveTimeoutSec(Integer httpKeepAliveTimeoutSec)
httpKeepAliveTimeoutSec
- httpKeepAliveTimeoutSec 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 com.google.api.client.json.GenericJson
public TargetHttpProxy clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.