Class RecommenderClient.ListInsightTypesPage (2.97.0)

public static class RecommenderClient.ListInsightTypesPage extends AbstractPage<ListInsightTypesRequest,ListInsightTypesResponse,InsightType,RecommenderClient.ListInsightTypesPage>

Inheritance

java.lang.Object > AbstractPage > RecommenderClient.ListInsightTypesPage

Methods

createPage(@Nullable PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, @Nullable ListInsightTypesResponse response)

protected RecommenderClient.ListInsightTypesPage createPage(@Nullable PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, @Nullable ListInsightTypesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
response @org.jspecify.annotations.Nullable com.google.cloud.recommender.v1beta1.ListInsightTypesResponse
Returns
Type Description
RecommenderClient.ListInsightTypesPage
Overrides

createPageAsync(@Nullable PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ApiFuture<ListInsightTypesResponse> futureResponse)

public ApiFuture<RecommenderClient.ListInsightTypesPage> createPageAsync(@Nullable PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType> context, ApiFuture<ListInsightTypesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInsightTypesRequest,ListInsightTypesResponse,InsightType>
futureResponse ApiFuture<ListInsightTypesResponse>
Returns
Type Description
ApiFuture<ListInsightTypesPage>
Overrides