public static interface Constraint.BooleanConstraintOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomConstraintDefinition()
public abstract Constraint.CustomConstraintDefinition getCustomConstraintDefinition()Custom constraint definition. Defines this as a managed constraint.
.google.cloud.orgpolicy.v2.Constraint.CustomConstraintDefinition custom_constraint_definition = 1;
| Returns | |
|---|---|
| Type | Description |
Constraint.CustomConstraintDefinition |
The customConstraintDefinition. |
getCustomConstraintDefinitionOrBuilder()
public abstract Constraint.CustomConstraintDefinitionOrBuilder getCustomConstraintDefinitionOrBuilder()Custom constraint definition. Defines this as a managed constraint.
.google.cloud.orgpolicy.v2.Constraint.CustomConstraintDefinition custom_constraint_definition = 1;
| Returns | |
|---|---|
| Type | Description |
Constraint.CustomConstraintDefinitionOrBuilder |
|
hasCustomConstraintDefinition()
public abstract boolean hasCustomConstraintDefinition()Custom constraint definition. Defines this as a managed constraint.
.google.cloud.orgpolicy.v2.Constraint.CustomConstraintDefinition custom_constraint_definition = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customConstraintDefinition field is set. |