Class GlobalOperationsClient.ListPage (1.105.0)

public static class GlobalOperationsClient.ListPage extends AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalOperationsClient.ListPage

Methods

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

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

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

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