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