Class ZonesClient.ListPage (1.105.0)

public static class ZonesClient.ListPage extends AbstractPage<ListZonesRequest,ZoneList,Zone,ZonesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ZonesClient.ListPage

Methods

createPage(@Nullable PageContext<ListZonesRequest,ZoneList,Zone> context, @Nullable ZoneList response)

protected ZonesClient.ListPage createPage(@Nullable PageContext<ListZonesRequest,ZoneList,Zone> context, @Nullable ZoneList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ZoneList
Returns
Type Description
ZonesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListZonesRequest,ZoneList,Zone> context, ApiFuture<ZoneList> futureResponse)

public ApiFuture<ZonesClient.ListPage> createPageAsync(@Nullable PageContext<ListZonesRequest,ZoneList,Zone> context, ApiFuture<ZoneList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone>
futureResponse ApiFuture<ZoneList>
Returns
Type Description
ApiFuture<ListPage>
Overrides