Class TargetPoolsClient.AggregatedListPage (1.105.0)

public static class TargetPoolsClient.AggregatedListPage extends AbstractPage<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>,TargetPoolsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetPoolsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, @Nullable TargetPoolAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, ApiFuture<TargetPoolAggregatedList> futureResponse)

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