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