Class DashboardsServiceClient.ListDashboardsPage (2.60.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)
Overrides

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

public ApiFuture<DashboardsServiceClient.ListDashboardsPage> createPageAsync(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListDashboardsPage>
Overrides