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