public class CloudResourceManager.Folders extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudResourceManager.Folders.ClearOrgPolicy |
class |
CloudResourceManager.Folders.GetEffectiveOrgPolicy |
class |
CloudResourceManager.Folders.GetOrgPolicy |
class |
CloudResourceManager.Folders.ListAvailableOrgPolicyConstraints |
class |
CloudResourceManager.Folders.ListOrgPolicies |
class |
CloudResourceManager.Folders.SetOrgPolicy |
| Constructor and Description |
|---|
Folders() |
public CloudResourceManager.Folders.ClearOrgPolicy clearOrgPolicy(String resource, ClearOrgPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.resource - Name of the resource for the `Policy` to clear.content - the ClearOrgPolicyRequestIOExceptionpublic CloudResourceManager.Folders.GetEffectiveOrgPolicy getEffectiveOrgPolicy(String resource, GetEffectiveOrgPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.resource - The name of the resource to start computing the effective `Policy`.content - the GetEffectiveOrgPolicyRequestIOExceptionpublic CloudResourceManager.Folders.GetOrgPolicy getOrgPolicy(String resource, GetOrgPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.resource - Name of the resource the `Policy` is set on.content - the GetOrgPolicyRequestIOExceptionpublic CloudResourceManager.Folders.ListAvailableOrgPolicyConstraints listAvailableOrgPolicyConstraints(String resource, ListAvailableOrgPolicyConstraintsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to
invoke the remote operation.resource - Name of the resource to list `Constraints` for.content - the ListAvailableOrgPolicyConstraintsRequestIOExceptionpublic CloudResourceManager.Folders.ListOrgPolicies listOrgPolicies(String resource, ListOrgPoliciesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.resource - Name of the resource to list Policies for.content - the ListOrgPoliciesRequestIOExceptionpublic CloudResourceManager.Folders.SetOrgPolicy setOrgPolicy(String resource, SetOrgPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.resource - Resource name of the resource to attach the `Policy`.content - the SetOrgPolicyRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.