Class TargetHttpProxiesClient.AggregatedListPage (1.105.0)

public static class TargetHttpProxiesClient.AggregatedListPage extends AbstractPage<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>,TargetHttpProxiesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetHttpProxiesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, @Nullable TargetHttpProxyAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, ApiFuture<TargetHttpProxyAggregatedList> futureResponse)

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