Class NetworksClient.ListPage (1.105.0)

public static class NetworksClient.ListPage extends AbstractPage<ListNetworksRequest,NetworkList,Network,NetworksClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > NetworksClient.ListPage

Methods

createPage(@Nullable PageContext<ListNetworksRequest,NetworkList,Network> context, @Nullable NetworkList response)

protected NetworksClient.ListPage createPage(@Nullable PageContext<ListNetworksRequest,NetworkList,Network> context, @Nullable NetworkList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NetworkList
Returns
Type Description
NetworksClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListNetworksRequest,NetworkList,Network> context, ApiFuture<NetworkList> futureResponse)

public ApiFuture<NetworksClient.ListPage> createPageAsync(@Nullable PageContext<ListNetworksRequest,NetworkList,Network> context, ApiFuture<NetworkList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network>
futureResponse ApiFuture<NetworkList>
Returns
Type Description
ApiFuture<ListPage>
Overrides