Class InstancesClient.AggregatedListPage (1.105.0)

public static class InstancesClient.AggregatedListPage extends AbstractPage<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>,InstancesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > InstancesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, @Nullable InstanceAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, ApiFuture<InstanceAggregatedList> futureResponse)

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