Class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage (0.33.0)

public static class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage extends AbstractPage<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard,FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage>

Inheritance

java.lang.Object > AbstractPage > FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage

Methods

createPage(@Nullable PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, @Nullable ListFeaturedContentNativeDashboardsResponse response)

protected FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage createPage(@Nullable PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, @Nullable ListFeaturedContentNativeDashboardsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard>
response @org.jspecify.annotations.Nullable com.google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsResponse
Returns
Type Description
FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage
Overrides

createPageAsync(@Nullable PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ApiFuture<ListFeaturedContentNativeDashboardsResponse> futureResponse)

public ApiFuture<FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage> createPageAsync(@Nullable PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard> context, ApiFuture<ListFeaturedContentNativeDashboardsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard>
futureResponse ApiFuture<ListFeaturedContentNativeDashboardsResponse>
Returns
Type Description
ApiFuture<ListFeaturedContentNativeDashboardsPage>
Overrides