Class NativeDashboardServiceClient.ListNativeDashboardsPage (0.31.0)

public static class NativeDashboardServiceClient.ListNativeDashboardsPage extends AbstractPage<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard,NativeDashboardServiceClient.ListNativeDashboardsPage>

Inheritance

java.lang.Object > AbstractPage > NativeDashboardServiceClient.ListNativeDashboardsPage

Methods

createPage(PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, ListNativeDashboardsResponse response)

protected NativeDashboardServiceClient.ListNativeDashboardsPage createPage(PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, ListNativeDashboardsResponse response)
Parameters
Name Description
context PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard>
response ListNativeDashboardsResponse
Returns
Type Description
NativeDashboardServiceClient.ListNativeDashboardsPage
Overrides

createPageAsync(PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, ApiFuture<ListNativeDashboardsResponse> futureResponse)

public ApiFuture<NativeDashboardServiceClient.ListNativeDashboardsPage> createPageAsync(PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, ApiFuture<ListNativeDashboardsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard>
futureResponse ApiFuture<ListNativeDashboardsResponse>
Returns
Type Description
ApiFuture<ListNativeDashboardsPage>
Overrides