Class ConfigClient.ListDeploymentsPage (0.7.0)

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

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListDeploymentsPage

Methods

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

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

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

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