Class NodeTypesClient.AggregatedListPage (1.105.0)

public static class NodeTypesClient.AggregatedListPage extends AbstractPage<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>,NodeTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > NodeTypesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, @Nullable NodeTypeAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>> context, ApiFuture<NodeTypeAggregatedList> futureResponse)

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