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