Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.orgpolicy.v2.stub |
Modifier and Type | Method and Description |
---|---|
ListConstraintsResponse |
OrgPolicyGrpc.OrgPolicyBlockingStub.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
com.google.common.util.concurrent.ListenableFuture<ListConstraintsResponse> |
OrgPolicyGrpc.OrgPolicyFutureStub.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
void |
OrgPolicyGrpc.OrgPolicyImplBase.listConstraints(ListConstraintsRequest request,
StreamObserver<ListConstraintsResponse> responseObserver)
Lists `Constraints` that could be applied on the specified resource.
|
void |
OrgPolicyGrpc.OrgPolicyStub.listConstraints(ListConstraintsRequest request,
StreamObserver<ListConstraintsResponse> responseObserver)
Lists `Constraints` that could be applied on the specified resource.
|
ListConstraintsRequest.Builder |
ListConstraintsRequest.Builder.mergeFrom(ListConstraintsRequest other) |
static ListConstraintsRequest.Builder |
ListConstraintsRequest.newBuilder(ListConstraintsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyClient.ListConstraintsPagedResponse.createAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
protected OrgPolicyClient.ListConstraintsPage |
OrgPolicyClient.ListConstraintsPage.createPage(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
ListConstraintsResponse response) |
com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPage> |
OrgPolicyClient.ListConstraintsPage.createPageAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
Copyright © 2021 Google LLC. All rights reserved.