Class GlobalOrganizationOperationsClient.ListPage (1.105.0)

public static class GlobalOrganizationOperationsClient.ListPage extends AbstractPage<ListGlobalOrganizationOperationsRequest,OperationList,Operation,GlobalOrganizationOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalOrganizationOperationsClient.ListPage

Methods

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

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

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

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