Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Constraint.ConstraintDefault |
Constraint.ConstraintDefault.forNumber(int value) |
Constraint.ConstraintDefault |
ConstraintOrBuilder.getConstraintDefault()
The evaluation behavior of this constraint in the absence of 'Policy'.
|
Constraint.ConstraintDefault |
Constraint.getConstraintDefault()
The evaluation behavior of this constraint in the absence of 'Policy'.
|
Constraint.ConstraintDefault |
Constraint.Builder.getConstraintDefault()
The evaluation behavior of this constraint in the absence of 'Policy'.
|
static Constraint.ConstraintDefault |
Constraint.ConstraintDefault.valueOf(Descriptors.EnumValueDescriptor desc) |
static Constraint.ConstraintDefault |
Constraint.ConstraintDefault.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Constraint.ConstraintDefault |
Constraint.ConstraintDefault.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constraint.ConstraintDefault[] |
Constraint.ConstraintDefault.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Constraint.ConstraintDefault> |
Constraint.ConstraintDefault.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Constraint.Builder |
Constraint.Builder.setConstraintDefault(Constraint.ConstraintDefault value)
The evaluation behavior of this constraint in the absence of 'Policy'.
|
Copyright © 2021 Google LLC. All rights reserved.