Class OrgPolicyClient.ListCustomConstraintsPage (2.40.0)

public static class OrgPolicyClient.ListCustomConstraintsPage extends AbstractPage<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint,OrgPolicyClient.ListCustomConstraintsPage>

Inheritance

java.lang.Object > AbstractPage > OrgPolicyClient.ListCustomConstraintsPage

Methods

createPage(PageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint> context, ListCustomConstraintsResponse response)

protected OrgPolicyClient.ListCustomConstraintsPage createPage(PageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint> context, ListCustomConstraintsResponse response)
Parameters
NameDescription
contextPageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint>
responseListCustomConstraintsResponse
Returns
TypeDescription
OrgPolicyClient.ListCustomConstraintsPage
Overrides

createPageAsync(PageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint> context, ApiFuture<ListCustomConstraintsResponse> futureResponse)

public ApiFuture<OrgPolicyClient.ListCustomConstraintsPage> createPageAsync(PageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint> context, ApiFuture<ListCustomConstraintsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint>
futureResponseApiFuture<ListCustomConstraintsResponse>
Returns
TypeDescription
ApiFuture<ListCustomConstraintsPage>
Overrides