Class NativeDashboardServiceClient.ListNativeDashboardsPage (0.33.0)

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

Inheritance

java.lang.Object > AbstractPage > NativeDashboardServiceClient.ListNativeDashboardsPage

Methods

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

protected NativeDashboardServiceClient.ListNativeDashboardsPage createPage(@Nullable PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, @Nullable ListNativeDashboardsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard>
response @org.jspecify.annotations.Nullable com.google.cloud.chronicle.v1.ListNativeDashboardsResponse
Returns
Type Description
NativeDashboardServiceClient.ListNativeDashboardsPage
Overrides

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

public ApiFuture<NativeDashboardServiceClient.ListNativeDashboardsPage> createPageAsync(@Nullable PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard> context, ApiFuture<ListNativeDashboardsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard>
futureResponse ApiFuture<ListNativeDashboardsResponse>
Returns
Type Description
ApiFuture<ListNativeDashboardsPage>
Overrides