public class Compute.SecurityPolicies.PatchRule extends ComputeRequest<Operation>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
PatchRule(String project,
String securityPolicy,
SecurityPolicyRule content)
Patches a rule at the specified priority.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getPriority()
The priority of the rule to patch.
|
String |
getProject()
Project ID for this request.
|
String |
getSecurityPolicy()
Name of the security policy to update.
|
String |
getUpdateMask()
Indicates fields to be cleared as part of this request.
|
Boolean |
getValidateOnly()
If true, the request will not be committed.
|
Compute.SecurityPolicies.PatchRule |
set(String parameterName,
Object value) |
Compute.SecurityPolicies.PatchRule |
set$Xgafv(String $Xgafv)
V1 error format.
|
Compute.SecurityPolicies.PatchRule |
setAccessToken(String accessToken)
OAuth access token.
|
Compute.SecurityPolicies.PatchRule |
setAlt(String alt)
Data format for response.
|
Compute.SecurityPolicies.PatchRule |
setCallback(String callback)
JSONP
|
Compute.SecurityPolicies.PatchRule |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Compute.SecurityPolicies.PatchRule |
setKey(String key)
API key.
|
Compute.SecurityPolicies.PatchRule |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Compute.SecurityPolicies.PatchRule |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Compute.SecurityPolicies.PatchRule |
setPriority(Integer priority)
The priority of the rule to patch.
|
Compute.SecurityPolicies.PatchRule |
setProject(String project)
Project ID for this request.
|
Compute.SecurityPolicies.PatchRule |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Compute.SecurityPolicies.PatchRule |
setSecurityPolicy(String securityPolicy)
Name of the security policy to update.
|
Compute.SecurityPolicies.PatchRule |
setUpdateMask(String updateMask)
Indicates fields to be cleared as part of this request.
|
Compute.SecurityPolicies.PatchRule |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Compute.SecurityPolicies.PatchRule |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Compute.SecurityPolicies.PatchRule |
setUserIp(String userIp)
Legacy name for parameter that has been superseded by `quotaUser`.
|
Compute.SecurityPolicies.PatchRule |
setValidateOnly(Boolean validateOnly)
If true, the request will not be committed.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected PatchRule(String project, String securityPolicy, SecurityPolicyRule content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Compute.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
project
- Project ID for this request.securityPolicy
- Name of the security policy to update.content
- the SecurityPolicyRule
public Compute.SecurityPolicies.PatchRule set$Xgafv(String $Xgafv)
ComputeRequest
set$Xgafv
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setAccessToken(String accessToken)
ComputeRequest
setAccessToken
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setAlt(String alt)
ComputeRequest
setAlt
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setCallback(String callback)
ComputeRequest
setCallback
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setFields(String fields)
ComputeRequest
setFields
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setKey(String key)
ComputeRequest
setKey
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setOauthToken(String oauthToken)
ComputeRequest
setOauthToken
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setPrettyPrint(Boolean prettyPrint)
ComputeRequest
setPrettyPrint
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setQuotaUser(String quotaUser)
ComputeRequest
setQuotaUser
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setUploadType(String uploadType)
ComputeRequest
setUploadType
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setUploadProtocol(String uploadProtocol)
ComputeRequest
setUploadProtocol
in class ComputeRequest<Operation>
public Compute.SecurityPolicies.PatchRule setUserIp(String userIp)
ComputeRequest
setUserIp
in class ComputeRequest<Operation>
public String getProject()
public Compute.SecurityPolicies.PatchRule setProject(String project)
public String getSecurityPolicy()
public Compute.SecurityPolicies.PatchRule setSecurityPolicy(String securityPolicy)
public Integer getPriority()
public Compute.SecurityPolicies.PatchRule setPriority(Integer priority)
public String getUpdateMask()
public Compute.SecurityPolicies.PatchRule setUpdateMask(String updateMask)
public Boolean getValidateOnly()
public Compute.SecurityPolicies.PatchRule setValidateOnly(Boolean validateOnly)
public Compute.SecurityPolicies.PatchRule set(String parameterName, Object value)
set
in class ComputeRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.