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