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