Class TargetInstancesClient.AggregatedListPage (1.105.0)

public static class TargetInstancesClient.AggregatedListPage extends AbstractPage<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,Map.Entry<String,TargetInstancesScopedList>,TargetInstancesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetInstancesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,Map.Entry<String,TargetInstancesScopedList>> context, @Nullable TargetInstanceAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,Map.Entry<String,TargetInstancesScopedList>> context, ApiFuture<TargetInstanceAggregatedList> futureResponse)

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