Uses of Class
com.google.cloud.orgpolicy.v2.Constraint
-
Packages that use Constraint Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy API -
-
Uses of Constraint in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return Constraint Modifier and Type Method Description ConstraintConstraint.Builder. build()ConstraintConstraint.Builder. buildPartial()ConstraintListConstraintsResponse.Builder. getConstraints(int index)The collection of constraints that are available on the targeted resource.ConstraintListConstraintsResponse. getConstraints(int index)The collection of constraints that are available on the targeted resource.ConstraintListConstraintsResponseOrBuilder. getConstraints(int index)The collection of constraints that are available on the targeted resource.static ConstraintConstraint. getDefaultInstance()ConstraintConstraint.Builder. getDefaultInstanceForType()ConstraintConstraint. getDefaultInstanceForType()static ConstraintConstraint. parseDelimitedFrom(InputStream input)static ConstraintConstraint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstraintConstraint. parseFrom(byte[] data)static ConstraintConstraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstraintConstraint. parseFrom(com.google.protobuf.ByteString data)static ConstraintConstraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstraintConstraint. parseFrom(com.google.protobuf.CodedInputStream input)static ConstraintConstraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstraintConstraint. parseFrom(InputStream input)static ConstraintConstraint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstraintConstraint. parseFrom(ByteBuffer data)static ConstraintConstraint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>ListConstraintsResponse.Builder. getConstraintsList()The collection of constraints that are available on the targeted resource.List<Constraint>ListConstraintsResponse. getConstraintsList()The collection of constraints that are available on the targeted resource.List<Constraint>ListConstraintsResponseOrBuilder. getConstraintsList()The collection of constraints that are available on the targeted resource.com.google.protobuf.Parser<Constraint>Constraint. getParserForType()static com.google.protobuf.Parser<Constraint>Constraint. parser()Methods in com.google.cloud.orgpolicy.v2 with parameters of type Constraint Modifier and Type Method Description ListConstraintsResponse.BuilderListConstraintsResponse.Builder. addConstraints(int index, Constraint value)The collection of constraints that are available on the targeted resource.ListConstraintsResponse.BuilderListConstraintsResponse.Builder. addConstraints(Constraint value)The collection of constraints that are available on the targeted resource.Constraint.BuilderConstraint.Builder. mergeFrom(Constraint other)static Constraint.BuilderConstraint. newBuilder(Constraint prototype)ListConstraintsResponse.BuilderListConstraintsResponse.Builder. setConstraints(int index, Constraint value)The collection of constraints that are available on the targeted resource.Method parameters in com.google.cloud.orgpolicy.v2 with type arguments of type Constraint Modifier and Type Method Description ListConstraintsResponse.BuilderListConstraintsResponse.Builder. addAllConstraints(Iterable<? extends Constraint> values)The collection of constraints that are available on the targeted resource.static com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPagedResponse>OrgPolicyClient.ListConstraintsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse)protected OrgPolicyClient.ListConstraintsPageOrgPolicyClient.ListConstraintsPage. createPage(com.google.api.gax.rpc.PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, ListConstraintsResponse response)com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPage>OrgPolicyClient.ListConstraintsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse)
-