Package com.google.cloud.compute.v1
Class InterconnectAttachmentsClient.AggregatedListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>,InterconnectAttachmentsClient.AggregatedListPage>
-
- com.google.cloud.compute.v1.InterconnectAttachmentsClient.AggregatedListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Map.Entry<String,InterconnectAttachmentsScopedList>>
,com.google.api.gax.paging.Page<Map.Entry<String,InterconnectAttachmentsScopedList>>
- Enclosing class:
- InterconnectAttachmentsClient
public static class InterconnectAttachmentsClient.AggregatedListPage extends com.google.api.gax.paging.AbstractPage<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>,InterconnectAttachmentsClient.AggregatedListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InterconnectAttachmentsClient.AggregatedListPage
createPage(com.google.api.gax.rpc.PageContext<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>> context, InterconnectAttachmentAggregatedList response)
com.google.api.core.ApiFuture<InterconnectAttachmentsClient.AggregatedListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>> context, com.google.api.core.ApiFuture<InterconnectAttachmentAggregatedList> 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 InterconnectAttachmentsClient.AggregatedListPage createPage(com.google.api.gax.rpc.PageContext<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>> context, InterconnectAttachmentAggregatedList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>,InterconnectAttachmentsClient.AggregatedListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<InterconnectAttachmentsClient.AggregatedListPage> createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>> context, com.google.api.core.ApiFuture<InterconnectAttachmentAggregatedList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList,Map.Entry<String,InterconnectAttachmentsScopedList>,InterconnectAttachmentsClient.AggregatedListPage>
-
-