public static class GetTargetTcpProxyHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetTargetTcpProxyHttpRequest |
build() |
GetTargetTcpProxyHttpRequest.Builder |
clone() |
String |
getAccessToken()
OAuth 2.0 token for the current user.
|
String |
getCallback()
Name of the JavaScript callback function that handles the response.
|
String |
getFields()
Selector specifying a subset of fields to include in the response.
|
String |
getKey()
API key.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getTargetTcpProxy()
Name of the TargetTcpProxy resource to return.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
GetTargetTcpProxyHttpRequest.Builder |
mergeFrom(GetTargetTcpProxyHttpRequest other) |
GetTargetTcpProxyHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
GetTargetTcpProxyHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
GetTargetTcpProxyHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
GetTargetTcpProxyHttpRequest.Builder |
setKey(String key)
API key.
|
GetTargetTcpProxyHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
GetTargetTcpProxyHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
GetTargetTcpProxyHttpRequest.Builder |
setTargetTcpProxy(String targetTcpProxy)
Name of the TargetTcpProxy resource to return.
|
GetTargetTcpProxyHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public GetTargetTcpProxyHttpRequest.Builder mergeFrom(GetTargetTcpProxyHttpRequest other)
public String getAccessToken()
public GetTargetTcpProxyHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public GetTargetTcpProxyHttpRequest.Builder setCallback(String callback)
public String getFields()
public GetTargetTcpProxyHttpRequest.Builder setFields(String fields)
public String getKey()
public GetTargetTcpProxyHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public GetTargetTcpProxyHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public GetTargetTcpProxyHttpRequest.Builder setQuotaUser(String quotaUser)
public String getTargetTcpProxy()
public GetTargetTcpProxyHttpRequest.Builder setTargetTcpProxy(String targetTcpProxy)
public String getUserIp()
public GetTargetTcpProxyHttpRequest.Builder setUserIp(String userIp)
public GetTargetTcpProxyHttpRequest build()
public GetTargetTcpProxyHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.