Class NetworkProfilesClient.ListPage (1.105.0)

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

Inheritance

java.lang.Object > AbstractPage > NetworkProfilesClient.ListPage

Methods

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

protected NetworkProfilesClient.ListPage createPage(@Nullable PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, @Nullable NetworkProfilesListResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NetworkProfilesListResponse
Returns
Type Description
NetworkProfilesClient.ListPage
Overrides

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

public ApiFuture<NetworkProfilesClient.ListPage> createPageAsync(@Nullable PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile> context, ApiFuture<NetworkProfilesListResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile>
futureResponse ApiFuture<NetworkProfilesListResponse>
Returns
Type Description
ApiFuture<ListPage>
Overrides