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