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