Class AddressesClient.AggregatedListPage (1.105.0)

public static class AddressesClient.AggregatedListPage extends AbstractPage<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>,AddressesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > AddressesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, @Nullable AddressAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, ApiFuture<AddressAggregatedList> futureResponse)

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