| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraint.clone() |
Constraint |
Constraint.set(String fieldName,
Object value) |
Constraint |
Constraint.setBooleanConstraint(BooleanConstraint booleanConstraint)
Defines this constraint as being a BooleanConstraint.
|
Constraint |
Constraint.setConstraintDefault(String constraintDefault)
The evaluation behavior of this constraint in the absence of 'Policy'.
|
Constraint |
Constraint.setDescription(String description)
Detailed description of what this `Constraint` controls as well as how and where it is
enforced.
|
Constraint |
Constraint.setDisplayName(String displayName)
The human readable name.
|
Constraint |
Constraint.setListConstraint(ListConstraint listConstraint)
Defines this constraint as being a ListConstraint.
|
Constraint |
Constraint.setName(String name)
Immutable value, required to globally be unique.
|
Constraint |
Constraint.setVersion(Integer version)
Version of the `Constraint`.
|
| Modifier and Type | Method and Description |
|---|---|
List<Constraint> |
ListAvailableOrgPolicyConstraintsResponse.getConstraints()
The collection of constraints that are settable on the request resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListAvailableOrgPolicyConstraintsResponse |
ListAvailableOrgPolicyConstraintsResponse.setConstraints(List<Constraint> constraints)
The collection of constraints that are settable on the request resource.
|
Copyright © 2011–2024 Google. All rights reserved.