Class InsightsConfigServiceClient.ListInsightsConfigsPage (0.52.0)

public static class InsightsConfigServiceClient.ListInsightsConfigsPage extends AbstractPage<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig,InsightsConfigServiceClient.ListInsightsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > InsightsConfigServiceClient.ListInsightsConfigsPage

Methods

createPage(@Nullable PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, @Nullable ListInsightsConfigsResponse response)

protected InsightsConfigServiceClient.ListInsightsConfigsPage createPage(@Nullable PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, @Nullable ListInsightsConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.developerconnect.v1.ListInsightsConfigsResponse
Returns
Type Description
InsightsConfigServiceClient.ListInsightsConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, ApiFuture<ListInsightsConfigsResponse> futureResponse)

public ApiFuture<InsightsConfigServiceClient.ListInsightsConfigsPage> createPageAsync(@Nullable PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, ApiFuture<ListInsightsConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig>
futureResponse ApiFuture<ListInsightsConfigsResponse>
Returns
Type Description
ApiFuture<ListInsightsConfigsPage>
Overrides