Class OrgPolicyClient.ListConstraintsPage (2.30.0)

public static class OrgPolicyClient.ListConstraintsPage extends AbstractPage<ListConstraintsRequest,ListConstraintsResponse,Constraint,OrgPolicyClient.ListConstraintsPage>

Inheritance

java.lang.Object > AbstractPage > OrgPolicyClient.ListConstraintsPage

Methods

createPage(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, ListConstraintsResponse response)

protected OrgPolicyClient.ListConstraintsPage createPage(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, ListConstraintsResponse response)
Parameters
NameDescription
contextPageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint>
responseListConstraintsResponse
Returns
TypeDescription
OrgPolicyClient.ListConstraintsPage
Overrides

createPageAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, ApiFuture<ListConstraintsResponse> futureResponse)

public ApiFuture<OrgPolicyClient.ListConstraintsPage> createPageAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, ApiFuture<ListConstraintsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint>
futureResponseApiFuture<ListConstraintsResponse>
Returns
TypeDescription
ApiFuture<ListConstraintsPage>
Overrides