Class BackendBucketsClient.AggregatedListPage (1.105.0)

public static class BackendBucketsClient.AggregatedListPage extends AbstractPage<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,Map.Entry<String,BackendBucketsScopedList>,BackendBucketsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > BackendBucketsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,Map.Entry<String,BackendBucketsScopedList>> context, @Nullable BackendBucketAggregatedList response)

protected BackendBucketsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,Map.Entry<String,BackendBucketsScopedList>> context, @Nullable BackendBucketAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,java.util.Map.Entry<String,BackendBucketsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.BackendBucketAggregatedList
Returns
Type Description
BackendBucketsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,Map.Entry<String,BackendBucketsScopedList>> context, ApiFuture<BackendBucketAggregatedList> futureResponse)

public ApiFuture<BackendBucketsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,Map.Entry<String,BackendBucketsScopedList>> context, ApiFuture<BackendBucketAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListBackendBucketsRequest,BackendBucketAggregatedList,java.util.Map.Entry<String,BackendBucketsScopedList>>
futureResponse ApiFuture<BackendBucketAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides