| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ListPolicy |
ListPolicy.clone() |
ListPolicy |
OrgPolicy.getListPolicy()
List of values either allowed or disallowed.
|
ListPolicy |
ListPolicy.set(java.lang.String fieldName,
java.lang.Object value) |
ListPolicy |
ListPolicy.setAllowedValues(java.util.List<java.lang.String> allowedValues)
List of values allowed at this resource.
|
ListPolicy |
ListPolicy.setAllValues(java.lang.String allValues)
The policy all_values state.
|
ListPolicy |
ListPolicy.setDeniedValues(java.util.List<java.lang.String> deniedValues)
List of values denied at this resource.
|
ListPolicy |
ListPolicy.setInheritFromParent(java.lang.Boolean inheritFromParent)
Determines the inheritance behavior for this `Policy`.
|
ListPolicy |
ListPolicy.setSuggestedValue(java.lang.String suggestedValue)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
OrgPolicy |
OrgPolicy.setListPolicy(ListPolicy listPolicy)
List of values either allowed or disallowed.
|