Class InstanceGroupsClient.AggregatedListPage (1.105.0)

public static class InstanceGroupsClient.AggregatedListPage extends AbstractPage<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>,InstanceGroupsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > InstanceGroupsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, @Nullable InstanceGroupAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, ApiFuture<InstanceGroupAggregatedList> futureResponse)

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