target.apidocs.com.google.api.services.accesscontextmanager.v1.AccessContextManager.AccessPolicies.ServicePerimeters.Commit.html Maven / Gradle / Ivy
AccessContextManager.AccessPolicies.ServicePerimeters.Commit (Access Context Manager API v1-rev20241216-2.0.0)
com.google.api.services.accesscontextmanager.v1
Class AccessContextManager.AccessPolicies.ServicePerimeters.Commit
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.accesscontextmanager.v1.AccessContextManagerRequest<Operation>
-
- com.google.api.services.accesscontextmanager.v1.AccessContextManager.AccessPolicies.ServicePerimeters.Commit
-
- Enclosing class:
- AccessContextManager.AccessPolicies.ServicePerimeters
public class AccessContextManager.AccessPolicies.ServicePerimeters.Commit
extends AccessContextManagerRequest<Operation>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Commit(String parent,
CommitServicePerimetersRequest content)
Commits the dry-run specification for all the service perimeters in an access policy.
-
Method Summary
-
Methods inherited from class com.google.api.services.accesscontextmanager.v1.AccessContextManagerRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Commit
protected Commit(String parent,
CommitServicePerimetersRequest content)
Commits the dry-run specification for all the service perimeters in an access policy. A commit
operation on a service perimeter involves copying its `spec` field to the `status` field of the
service perimeter. Only service perimeters with `use_explicit_dry_run_spec` field set to true
are affected by a commit operation. The long-running operation from this RPC has a successful
status after the dry-run specifications for all the service perimeters have been committed. If
a commit fails, it causes the long-running operation to return an error response and the entire
commit operation is cancelled. When successful, the Operation.response field contains
CommitServicePerimetersResponse. The `dry_run` and the `spec` fields are cleared after a
successful commit operation.
Create a request for the method "servicePerimeters.commit".
This request holds the parameters needed by the the accesscontextmanager server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. AccessContextManager.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
parent
- Required. Resource name for the parent Access Policy which owns all Service Perimeters in scope for
the commit operation. Format: `accessPolicies/{policy_id}`
content
- the CommitServicePerimetersRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit set$Xgafv(String $Xgafv)
Description copied from class: AccessContextManagerRequest
V1 error format.
- Overrides:
set$Xgafv
in class AccessContextManagerRequest<Operation>
-
setAccessToken
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setAccessToken(String accessToken)
Description copied from class: AccessContextManagerRequest
OAuth access token.
- Overrides:
setAccessToken
in class AccessContextManagerRequest<Operation>
-
setAlt
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setAlt(String alt)
Description copied from class: AccessContextManagerRequest
Data format for response.
- Overrides:
setAlt
in class AccessContextManagerRequest<Operation>
-
setCallback
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setCallback(String callback)
Description copied from class: AccessContextManagerRequest
JSONP
- Overrides:
setCallback
in class AccessContextManagerRequest<Operation>
-
setFields
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setFields(String fields)
Description copied from class: AccessContextManagerRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class AccessContextManagerRequest<Operation>
-
setKey
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setKey(String key)
Description copied from class: AccessContextManagerRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class AccessContextManagerRequest<Operation>
-
setOauthToken
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setOauthToken(String oauthToken)
Description copied from class: AccessContextManagerRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class AccessContextManagerRequest<Operation>
-
setPrettyPrint
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setPrettyPrint(Boolean prettyPrint)
Description copied from class: AccessContextManagerRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class AccessContextManagerRequest<Operation>
-
setQuotaUser
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setQuotaUser(String quotaUser)
Description copied from class: AccessContextManagerRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class AccessContextManagerRequest<Operation>
-
setUploadType
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setUploadType(String uploadType)
Description copied from class: AccessContextManagerRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class AccessContextManagerRequest<Operation>
-
setUploadProtocol
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setUploadProtocol(String uploadProtocol)
Description copied from class: AccessContextManagerRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class AccessContextManagerRequest<Operation>
-
getParent
public String getParent()
Required. Resource name for the parent Access Policy which owns all Service Perimeters in scope for
the commit operation. Format: `accessPolicies/{policy_id}`
-
setParent
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit setParent(String parent)
Required. Resource name for the parent Access Policy which owns all Service Perimeters in
scope for the commit operation. Format: `accessPolicies/{policy_id}`
-
set
public AccessContextManager.AccessPolicies.ServicePerimeters.Commit set(String parameterName,
Object value)
- Overrides:
set
in class AccessContextManagerRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy