public final class TargetTcpProxy 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 | 
|---|
TargetTcpProxy()  | 
| Modifier and Type | Method and Description | 
|---|---|
TargetTcpProxy | 
clone()  | 
String | 
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format. 
 | 
String | 
getDescription()
An optional description of this resource. 
 | 
BigInteger | 
getId()
[Output Only] The unique identifier for the resource. 
 | 
String | 
getKind()
[Output Only] Type of the resource. 
 | 
String | 
getName()
Name of the resource. 
 | 
String | 
getProxyHeader()
Specifies the type of proxy header to append before sending data to the backend, either NONE or
 PROXY_V1. 
 | 
String | 
getSelfLink()
[Output Only] Server-defined URL for the resource. 
 | 
String | 
getService()
URL to the BackendService resource. 
 | 
TargetTcpProxy | 
set(String fieldName,
   Object value)  | 
TargetTcpProxy | 
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format. 
 | 
TargetTcpProxy | 
setDescription(String description)
An optional description of this resource. 
 | 
TargetTcpProxy | 
setId(BigInteger id)
[Output Only] The unique identifier for the resource. 
 | 
TargetTcpProxy | 
setKind(String kind)
[Output Only] Type of the resource. 
 | 
TargetTcpProxy | 
setName(String name)
Name of the resource. 
 | 
TargetTcpProxy | 
setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
 PROXY_V1. 
 | 
TargetTcpProxy | 
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource. 
 | 
TargetTcpProxy | 
setService(String service)
URL to the BackendService 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 TargetTcpProxy setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic TargetTcpProxy setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic TargetTcpProxy setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic TargetTcpProxy setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic TargetTcpProxy setName(String name)
name - name or null for nonepublic String getProxyHeader()
null for nonepublic TargetTcpProxy setProxyHeader(String proxyHeader)
proxyHeader - proxyHeader or null for nonepublic String getSelfLink()
null for nonepublic TargetTcpProxy setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getService()
null for nonepublic TargetTcpProxy setService(String service)
service - service or null for nonepublic TargetTcpProxy set(String fieldName, Object value)
set in class GenericJsonpublic TargetTcpProxy clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.