Class ConfigClient.ListDeploymentsPage (0.21.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
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
response ListDeploymentsResponse
Returns
Type Description
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
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPage>
Overrides