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