Class StorageInsightsClient.ListReportDetailsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail,StorageInsightsClient.ListReportDetailsPage>
-
- com.google.cloud.storageinsights.v1.StorageInsightsClient.ListReportDetailsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ReportDetail>
,com.google.api.gax.paging.Page<ReportDetail>
- Enclosing class:
- StorageInsightsClient
public static class StorageInsightsClient.ListReportDetailsPage extends com.google.api.gax.paging.AbstractPage<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail,StorageInsightsClient.ListReportDetailsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StorageInsightsClient.ListReportDetailsPage
createPage(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, ListReportDetailsResponse response)
com.google.api.core.ApiFuture<StorageInsightsClient.ListReportDetailsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, com.google.api.core.ApiFuture<ListReportDetailsResponse> 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.ListReportDetailsPage createPage(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, ListReportDetailsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail,StorageInsightsClient.ListReportDetailsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<StorageInsightsClient.ListReportDetailsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, com.google.api.core.ApiFuture<ListReportDetailsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail,StorageInsightsClient.ListReportDetailsPage>
-
-