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