public static class ApiHubClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,ApiHubClient.ListDeploymentsPage>
Methods
createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
protected ApiHubClient.ListDeploymentsPage createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> |
response |
ListDeploymentsResponse |
Returns | |
---|---|
Type | Description |
ApiHubClient.ListDeploymentsPage |
createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
public ApiFuture<ApiHubClient.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> |