Uses of Interface
com.google.cloud.orgpolicy.v2.ConstraintOrBuilder
-
Packages that use ConstraintOrBuilder Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy API -
-
Uses of ConstraintOrBuilder in com.google.cloud.orgpolicy.v2
Classes in com.google.cloud.orgpolicy.v2 that implement ConstraintOrBuilder Modifier and Type Class Description class
Constraint
A `constraint` describes a way to restrict resource's configuration.static class
Constraint.Builder
A `constraint` describes a way to restrict resource's configuration.Methods in com.google.cloud.orgpolicy.v2 that return ConstraintOrBuilder Modifier and Type Method Description ConstraintOrBuilder
ListConstraintsResponse.Builder. getConstraintsOrBuilder(int index)
The collection of constraints that are available on the targeted resource.ConstraintOrBuilder
ListConstraintsResponse. getConstraintsOrBuilder(int index)
The collection of constraints that are available on the targeted resource.ConstraintOrBuilder
ListConstraintsResponseOrBuilder. getConstraintsOrBuilder(int index)
The collection of constraints that are available on the targeted resource.Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type ConstraintOrBuilder Modifier and Type Method Description List<? extends ConstraintOrBuilder>
ListConstraintsResponse.Builder. getConstraintsOrBuilderList()
The collection of constraints that are available on the targeted resource.List<? extends ConstraintOrBuilder>
ListConstraintsResponse. getConstraintsOrBuilderList()
The collection of constraints that are available on the targeted resource.List<? extends ConstraintOrBuilder>
ListConstraintsResponseOrBuilder. getConstraintsOrBuilderList()
The collection of constraints that are available on the targeted resource.
-