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