Class DeploymentsClient.ListDeploymentsPage (0.52.0)

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

Inheritance

java.lang.Object > AbstractPage > DeploymentsClient.ListDeploymentsPage

Methods

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

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

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

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