Class TargetTcpProxiesClient.AggregatedListPage (1.105.0)

public static class TargetTcpProxiesClient.AggregatedListPage extends AbstractPage<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,Map.Entry<String,TargetTcpProxiesScopedList>,TargetTcpProxiesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetTcpProxiesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,Map.Entry<String,TargetTcpProxiesScopedList>> context, @Nullable TargetTcpProxyAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,Map.Entry<String,TargetTcpProxiesScopedList>> context, ApiFuture<TargetTcpProxyAggregatedList> futureResponse)

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