Class InsightsConfigServiceClient.ListInsightsConfigsPage (0.24.0)

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

Inheritance

java.lang.Object > AbstractPage > InsightsConfigServiceClient.ListInsightsConfigsPage

Methods

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

protected InsightsConfigServiceClient.ListInsightsConfigsPage createPage(PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, ListInsightsConfigsResponse response)
Parameters
Name Description
context PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig>
response ListInsightsConfigsResponse
Returns
Type Description
InsightsConfigServiceClient.ListInsightsConfigsPage
Overrides

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

public ApiFuture<InsightsConfigServiceClient.ListInsightsConfigsPage> createPageAsync(PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig> context, ApiFuture<ListInsightsConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig>
futureResponse ApiFuture<ListInsightsConfigsResponse>
Returns
Type Description
ApiFuture<ListInsightsConfigsPage>
Overrides