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