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