Class GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage (1.105.0)

public static class GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage extends AbstractPage<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus,GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage>

Inheritance

java.lang.Object > AbstractPage > GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage

Methods

createPage(@Nullable PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus> context, @Nullable NetworkEndpointGroupsListNetworkEndpoints response)

protected GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage createPage(@Nullable PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus> context, @Nullable NetworkEndpointGroupsListNetworkEndpoints response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NetworkEndpointGroupsListNetworkEndpoints
Returns
Type Description
GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage
Overrides

createPageAsync(@Nullable PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus> context, ApiFuture<NetworkEndpointGroupsListNetworkEndpoints> futureResponse)

public ApiFuture<GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPage> createPageAsync(@Nullable PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus> context, ApiFuture<NetworkEndpointGroupsListNetworkEndpoints> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus>
futureResponse ApiFuture<NetworkEndpointGroupsListNetworkEndpoints>
Returns
Type Description
ApiFuture<ListNetworkEndpointsPage>
Overrides