Class StorageInsightsClient.ListReportConfigsPage (0.80.0)

public static class StorageInsightsClient.ListReportConfigsPage extends AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,StorageInsightsClient.ListReportConfigsPage>

Inheritance

java.lang.Object > AbstractPage > StorageInsightsClient.ListReportConfigsPage

Methods

createPage(@Nullable PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, @Nullable ListReportConfigsResponse response)

protected StorageInsightsClient.ListReportConfigsPage createPage(@Nullable PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, @Nullable ListReportConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.storageinsights.v1.ListReportConfigsResponse
Returns
Type Description
StorageInsightsClient.ListReportConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ApiFuture<ListReportConfigsResponse> futureResponse)

public ApiFuture<StorageInsightsClient.ListReportConfigsPage> createPageAsync(@Nullable PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ApiFuture<ListReportConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig>
futureResponse ApiFuture<ListReportConfigsResponse>
Returns
Type Description
ApiFuture<ListReportConfigsPage>
Overrides