Class GSuiteAddOnsClient.ListDeploymentsPage (2.41.0)

public static class GSuiteAddOnsClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,GSuiteAddOnsClient.ListDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > GSuiteAddOnsClient.ListDeploymentsPage

Methods

createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)

protected GSuiteAddOnsClient.ListDeploymentsPage createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Parameters
NameDescription
contextPageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
responseListDeploymentsResponse
Returns
TypeDescription
GSuiteAddOnsClient.ListDeploymentsPage
Overrides

createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public ApiFuture<GSuiteAddOnsClient.ListDeploymentsPage> createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponseApiFuture<ListDeploymentsResponse>
Returns
TypeDescription
ApiFuture<ListDeploymentsPage>
Overrides