Class PacketMirroringsClient.ListPage (1.105.0)

public static class PacketMirroringsClient.ListPage extends AbstractPage<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring,PacketMirroringsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > PacketMirroringsClient.ListPage

Methods

createPage(@Nullable PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, @Nullable PacketMirroringList response)

protected PacketMirroringsClient.ListPage createPage(@Nullable PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, @Nullable PacketMirroringList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.PacketMirroringList
Returns
Type Description
PacketMirroringsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, ApiFuture<PacketMirroringList> futureResponse)

public ApiFuture<PacketMirroringsClient.ListPage> createPageAsync(@Nullable PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, ApiFuture<PacketMirroringList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring>
futureResponse ApiFuture<PacketMirroringList>
Returns
Type Description
ApiFuture<ListPage>
Overrides