Class DashboardsServiceClient.ListDashboardsPage (2.46.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
Name Description
context PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
response ListDashboardsResponse
Returns
Type Description
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
Name Description
context PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
futureResponse ApiFuture<ListDashboardsResponse>
Returns
Type Description
ApiFuture<ListDashboardsPage>
Overrides