Class NetworkProfilesClient.ListPage (1.65.0)

public static class NetworkProfilesClient.ListPage extends AbstractPage<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile,NetworkProfilesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > NetworkProfilesClient.ListPage

Methods

createPage(PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, NetworkProfilesListResponse response)

protected NetworkProfilesClient.ListPage createPage(PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, NetworkProfilesListResponse response)
Parameters
Name Description
context PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile>
response NetworkProfilesListResponse
Returns
Type Description
NetworkProfilesClient.ListPage
Overrides

createPageAsync(PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, ApiFuture<NetworkProfilesListResponse> futureResponse)

public ApiFuture<NetworkProfilesClient.ListPage> createPageAsync(PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, ApiFuture<NetworkProfilesListResponse> futureResponse)
Parameters
Name Description
context PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile>
futureResponse ApiFuture<NetworkProfilesListResponse>
Returns
Type Description
ApiFuture<ListPage>
Overrides