Class NetworksClient.ListPage (1.52.0)

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

Inheritance

java.lang.Object > AbstractPage > NetworksClient.ListPage

Methods

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

protected NetworksClient.ListPage createPage(PageContext<ListNetworksRequest,NetworkList,Network> context, NetworkList response)
Parameters
Name Description
context PageContext<ListNetworksRequest,NetworkList,Network>
response NetworkList
Returns
Type Description
NetworksClient.ListPage
Overrides

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

public ApiFuture<NetworksClient.ListPage> createPageAsync(PageContext<ListNetworksRequest,NetworkList,Network> context, ApiFuture<NetworkList> futureResponse)
Parameters
Name Description
context PageContext<ListNetworksRequest,NetworkList,Network>
futureResponse ApiFuture<NetworkList>
Returns
Type Description
ApiFuture<ListPage>
Overrides