Class DashboardsServiceClient.ListDashboardsPage (2.13.0)

public static class DashboardsServiceClient.ListDashboardsPage extends AbstractPage<ListDashboardsRequest,ListDashboardsResponse,Dashboard,DashboardsServiceClient.ListDashboardsPage>

Inheritance

java.lang.Object > AbstractPage > DashboardsServiceClient.ListDashboardsPage

Methods

createPage(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ListDashboardsResponse response)

protected DashboardsServiceClient.ListDashboardsPage createPage(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ListDashboardsResponse response)
Parameters
NameDescription
contextPageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
responseListDashboardsResponse
Returns
TypeDescription
DashboardsServiceClient.ListDashboardsPage
Overrides

createPageAsync(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)

public ApiFuture<DashboardsServiceClient.ListDashboardsPage> createPageAsync(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
futureResponseApiFuture<ListDashboardsResponse>
Returns
TypeDescription
ApiFuture<ListDashboardsPage>
Overrides