| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
OrgPolicy |
OrgPolicy.clone() |
OrgPolicy |
OrgPolicy.encodeEtag(byte[] etag)
An opaque tag indicating the current version of the `Policy`, used for concurrency control.
|
OrgPolicy |
SetOrgPolicyRequest.getPolicy()
`Policy` to set on the resource.
|
OrgPolicy |
OrgPolicy.set(java.lang.String fieldName,
java.lang.Object value) |
OrgPolicy |
OrgPolicy.setBooleanPolicy(BooleanPolicy booleanPolicy)
For boolean `Constraints`, whether to enforce the `Constraint` or not.
|
OrgPolicy |
OrgPolicy.setConstraint(java.lang.String constraint)
The name of the `Constraint` the `Policy` is configuring, for example,
`constraints/serviceuser.services`.
|
OrgPolicy |
OrgPolicy.setEtag(java.lang.String etag)
An opaque tag indicating the current version of the `Policy`, used for concurrency control.
|
OrgPolicy |
OrgPolicy.setListPolicy(ListPolicy listPolicy)
List of values either allowed or disallowed.
|
OrgPolicy |
OrgPolicy.setRestoreDefault(RestoreDefault restoreDefault)
Restores the default behavior of the constraint; independent of `Constraint` type.
|
OrgPolicy |
OrgPolicy.setUpdateTime(java.lang.String updateTime)
The time stamp the `Policy` was previously updated.
|
OrgPolicy |
OrgPolicy.setVersion(java.lang.Integer version)
Version of the `Policy`.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrgPolicy> |
ListOrgPoliciesResponse.getPolicies()
The `Policies` that are set on the resource.
|
| Modifier and Type | Method and Description |
|---|---|
SetOrgPolicyRequest |
SetOrgPolicyRequest.setPolicy(OrgPolicy policy)
`Policy` to set on the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrgPoliciesResponse |
ListOrgPoliciesResponse.setPolicies(java.util.List<OrgPolicy> policies)
The `Policies` that are set on the resource.
|