Class GDCHardwareManagementClient.ListZonesPage (0.50.0)

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

Inheritance

java.lang.Object > AbstractPage > GDCHardwareManagementClient.ListZonesPage

Methods

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

protected GDCHardwareManagementClient.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.gdchardwaremanagement.v1alpha.ListZonesResponse
Returns
Type Description
GDCHardwareManagementClient.ListZonesPage
Overrides

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

public ApiFuture<GDCHardwareManagementClient.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