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