Class ZoneOperationsClient.ListPage (1.105.0)

public static class ZoneOperationsClient.ListPage extends AbstractPage<ListZoneOperationsRequest,OperationList,Operation,ZoneOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ZoneOperationsClient.ListPage

Methods

createPage(@Nullable PageContext<ListZoneOperationsRequest,OperationList,Operation> context, @Nullable OperationList response)

protected ZoneOperationsClient.ListPage createPage(@Nullable PageContext<ListZoneOperationsRequest,OperationList,Operation> context, @Nullable OperationList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZoneOperationsRequest,OperationList,Operation>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.OperationList
Returns
Type Description
ZoneOperationsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListZoneOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)

public ApiFuture<ZoneOperationsClient.ListPage> createPageAsync(@Nullable PageContext<ListZoneOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZoneOperationsRequest,OperationList,Operation>
futureResponse ApiFuture<OperationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides