Class StorageInsightsClient.ListReportConfigsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,StorageInsightsClient.ListReportConfigsPage>
-
- com.google.cloud.storageinsights.v1.StorageInsightsClient.ListReportConfigsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ReportConfig>
,com.google.api.gax.paging.Page<ReportConfig>
- Enclosing class:
- StorageInsightsClient
public static class StorageInsightsClient.ListReportConfigsPage extends com.google.api.gax.paging.AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,StorageInsightsClient.ListReportConfigsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StorageInsightsClient.ListReportConfigsPage
createPage(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ListReportConfigsResponse response)
com.google.api.core.ApiFuture<StorageInsightsClient.ListReportConfigsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, com.google.api.core.ApiFuture<ListReportConfigsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected StorageInsightsClient.ListReportConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ListReportConfigsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,StorageInsightsClient.ListReportConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<StorageInsightsClient.ListReportConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, com.google.api.core.ApiFuture<ListReportConfigsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,StorageInsightsClient.ListReportConfigsPage>
-
-