Class StorageInsightsClient.ListReportDetailsPage (0.80.0)

public static class StorageInsightsClient.ListReportDetailsPage extends AbstractPage<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail,StorageInsightsClient.ListReportDetailsPage>

Inheritance

java.lang.Object > AbstractPage > StorageInsightsClient.ListReportDetailsPage

Methods

createPage(@Nullable PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, @Nullable ListReportDetailsResponse response)

protected StorageInsightsClient.ListReportDetailsPage createPage(@Nullable PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, @Nullable ListReportDetailsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail>
response @org.jspecify.annotations.Nullable com.google.cloud.storageinsights.v1.ListReportDetailsResponse
Returns
Type Description
StorageInsightsClient.ListReportDetailsPage
Overrides

createPageAsync(@Nullable PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, ApiFuture<ListReportDetailsResponse> futureResponse)

public ApiFuture<StorageInsightsClient.ListReportDetailsPage> createPageAsync(@Nullable PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, ApiFuture<ListReportDetailsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail>
futureResponse ApiFuture<ListReportDetailsResponse>
Returns
Type Description
ApiFuture<ListReportDetailsPage>
Overrides