Class PacketMirroringsClient.AggregatedListPage (1.105.0)

public static class PacketMirroringsClient.AggregatedListPage extends AbstractPage<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>,PacketMirroringsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > PacketMirroringsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, @Nullable PacketMirroringAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, ApiFuture<PacketMirroringAggregatedList> futureResponse)

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