public static class GetGuestAttributesInstanceHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetGuestAttributesInstanceHttpRequest |
build() |
GetGuestAttributesInstanceHttpRequest.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 |
getInstance()
Name of the instance scoping this request.
|
String |
getKey()
API key.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQueryPath()
Specifies the guest attributes path to be queried.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
String |
getVariableKey()
Specifies the key for the guest attributes entry.
|
GetGuestAttributesInstanceHttpRequest.Builder |
mergeFrom(GetGuestAttributesInstanceHttpRequest other) |
GetGuestAttributesInstanceHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setInstance(String instance)
Name of the instance scoping this request.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setKey(String key)
API key.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setQueryPath(String queryPath)
Specifies the guest attributes path to be queried.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
GetGuestAttributesInstanceHttpRequest.Builder |
setVariableKey(String variableKey)
Specifies the key for the guest attributes entry.
|
public GetGuestAttributesInstanceHttpRequest.Builder mergeFrom(GetGuestAttributesInstanceHttpRequest other)
public String getAccessToken()
public GetGuestAttributesInstanceHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public GetGuestAttributesInstanceHttpRequest.Builder setCallback(String callback)
public String getFields()
public GetGuestAttributesInstanceHttpRequest.Builder setFields(String fields)
public String getInstance()
public GetGuestAttributesInstanceHttpRequest.Builder setInstance(String instance)
public String getKey()
public GetGuestAttributesInstanceHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public GetGuestAttributesInstanceHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQueryPath()
public GetGuestAttributesInstanceHttpRequest.Builder setQueryPath(String queryPath)
public String getQuotaUser()
public GetGuestAttributesInstanceHttpRequest.Builder setQuotaUser(String quotaUser)
public String getUserIp()
public GetGuestAttributesInstanceHttpRequest.Builder setUserIp(String userIp)
public String getVariableKey()
public GetGuestAttributesInstanceHttpRequest.Builder setVariableKey(String variableKey)
public GetGuestAttributesInstanceHttpRequest build()
public GetGuestAttributesInstanceHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.