Package com.google.cloud.compute.v1
Class RegionCommitmentsClient.AggregatedListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>
-
- com.google.cloud.compute.v1.RegionCommitmentsClient.AggregatedListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Map.Entry<String,CommitmentsScopedList>>
,com.google.api.gax.paging.Page<Map.Entry<String,CommitmentsScopedList>>
- Enclosing class:
- RegionCommitmentsClient
public static class RegionCommitmentsClient.AggregatedListPage extends com.google.api.gax.paging.AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegionCommitmentsClient.AggregatedListPage
createPage(com.google.api.gax.rpc.PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, CommitmentAggregatedList response)
com.google.api.core.ApiFuture<RegionCommitmentsClient.AggregatedListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, com.google.api.core.ApiFuture<CommitmentAggregatedList> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected RegionCommitmentsClient.AggregatedListPage createPage(com.google.api.gax.rpc.PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, CommitmentAggregatedList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RegionCommitmentsClient.AggregatedListPage> createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, com.google.api.core.ApiFuture<CommitmentAggregatedList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>
-
-