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