Class EdgeNetworkClient.ListZonesPage (0.63.0)

public static class EdgeNetworkClient.ListZonesPage extends AbstractPage<ListZonesRequest,ListZonesResponse,Zone,EdgeNetworkClient.ListZonesPage>

Inheritance

java.lang.Object > AbstractPage > EdgeNetworkClient.ListZonesPage

Methods

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

protected EdgeNetworkClient.ListZonesPage createPage(@Nullable PageContext<ListZonesRequest,ListZonesResponse,Zone> context, @Nullable ListZonesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone>
response @org.jspecify.annotations.Nullable com.google.cloud.edgenetwork.v1.ListZonesResponse
Returns
Type Description
EdgeNetworkClient.ListZonesPage
Overrides

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

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