Class RegionCommitmentsClient.AggregatedListPage (1.105.0)

public static class RegionCommitmentsClient.AggregatedListPage extends AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionCommitmentsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, @Nullable CommitmentAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, ApiFuture<CommitmentAggregatedList> futureResponse)

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