| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
BooleanPolicy |
BooleanPolicy.clone() |
BooleanPolicy |
OrgPolicy.getBooleanPolicy()
For boolean `Constraints`, whether to enforce the `Constraint` or not.
|
BooleanPolicy |
BooleanPolicy.set(java.lang.String fieldName,
java.lang.Object value) |
BooleanPolicy |
BooleanPolicy.setEnforced(java.lang.Boolean enforced)
If `true`, then the `Policy` is enforced.
|
| Modifier and Type | Method and Description |
|---|---|
OrgPolicy |
OrgPolicy.setBooleanPolicy(BooleanPolicy booleanPolicy)
For boolean `Constraints`, whether to enforce the `Constraint` or not.
|