Class DashboardsServiceClient.ListDashboardsPage (2.97.0)

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

Inheritance

java.lang.Object > AbstractPage > DashboardsServiceClient.ListDashboardsPage

Methods

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

protected DashboardsServiceClient.ListDashboardsPage createPage(@Nullable PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, @Nullable ListDashboardsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
response @org.jspecify.annotations.Nullable com.google.monitoring.dashboard.v1.ListDashboardsResponse
Returns
Type Description
DashboardsServiceClient.ListDashboardsPage
Overrides

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

public ApiFuture<DashboardsServiceClient.ListDashboardsPage> createPageAsync(@Nullable PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
futureResponse ApiFuture<ListDashboardsResponse>
Returns
Type Description
ApiFuture<ListDashboardsPage>
Overrides