Class SslPoliciesClient.AggregatedListPage (1.105.0)

public static class SslPoliciesClient.AggregatedListPage extends AbstractPage<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>,SslPoliciesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > SslPoliciesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, @Nullable SslPoliciesAggregatedList response)

protected SslPoliciesClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, @Nullable SslPoliciesAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,java.util.Map.Entry<String,SslPoliciesScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.SslPoliciesAggregatedList
Returns
Type Description
SslPoliciesClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, ApiFuture<SslPoliciesAggregatedList> futureResponse)

public ApiFuture<SslPoliciesClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, ApiFuture<SslPoliciesAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,java.util.Map.Entry<String,SslPoliciesScopedList>>
futureResponse ApiFuture<SslPoliciesAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides