Class GlobalOperationsClient.AggregatedListPage (1.105.0)

public static class GlobalOperationsClient.AggregatedListPage extends AbstractPage<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>,GlobalOperationsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalOperationsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, @Nullable OperationAggregatedList response)

protected GlobalOperationsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, @Nullable OperationAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.OperationAggregatedList
Returns
Type Description
GlobalOperationsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, ApiFuture<OperationAggregatedList> futureResponse)

public ApiFuture<GlobalOperationsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, ApiFuture<OperationAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
futureResponse ApiFuture<OperationAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides