Class SubnetworksClient.ListPage (1.105.0)

public static class SubnetworksClient.ListPage extends AbstractPage<ListSubnetworksRequest,SubnetworkList,Subnetwork,SubnetworksClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > SubnetworksClient.ListPage

Methods

createPage(@Nullable PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, @Nullable SubnetworkList response)

protected SubnetworksClient.ListPage createPage(@Nullable PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, @Nullable SubnetworkList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.SubnetworkList
Returns
Type Description
SubnetworksClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, ApiFuture<SubnetworkList> futureResponse)

public ApiFuture<SubnetworksClient.ListPage> createPageAsync(@Nullable PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, ApiFuture<SubnetworkList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork>
futureResponse ApiFuture<SubnetworkList>
Returns
Type Description
ApiFuture<ListPage>
Overrides