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 Constraint
Constraint.Builder. build()
Constraint
Constraint.Builder. buildPartial()
Constraint
ListConstraintsResponse.Builder. getConstraints(int index)
The collection of constraints that are available on the targeted resource.Constraint
ListConstraintsResponse. getConstraints(int index)
The collection of constraints that are available on the targeted resource.Constraint
ListConstraintsResponseOrBuilder. getConstraints(int index)
The collection of constraints that are available on the targeted resource.static Constraint
Constraint. getDefaultInstance()
Constraint
Constraint.Builder. getDefaultInstanceForType()
Constraint
Constraint. getDefaultInstanceForType()
static Constraint
Constraint. parseDelimitedFrom(InputStream input)
static Constraint
Constraint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraint
Constraint. parseFrom(byte[] data)
static Constraint
Constraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraint
Constraint. parseFrom(com.google.protobuf.ByteString data)
static Constraint
Constraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraint
Constraint. parseFrom(com.google.protobuf.CodedInputStream input)
static Constraint
Constraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraint
Constraint. parseFrom(InputStream input)
static Constraint
Constraint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraint
Constraint. parseFrom(ByteBuffer data)
static Constraint
Constraint. 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.Builder
ListConstraintsResponse.Builder. addConstraints(int index, Constraint value)
The collection of constraints that are available on the targeted resource.ListConstraintsResponse.Builder
ListConstraintsResponse.Builder. addConstraints(Constraint value)
The collection of constraints that are available on the targeted resource.Constraint.Builder
Constraint.Builder. mergeFrom(Constraint other)
static Constraint.Builder
Constraint. newBuilder(Constraint prototype)
ListConstraintsResponse.Builder
ListConstraintsResponse.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.Builder
ListConstraintsResponse.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.ListConstraintsPage
OrgPolicyClient.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)
-