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