Class NetworkEndpointGroupsClient.ListNetworkEndpointsPage (1.105.0)

public static class NetworkEndpointGroupsClient.ListNetworkEndpointsPage extends AbstractPage<ListNetworkEndpointsNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus,NetworkEndpointGroupsClient.ListNetworkEndpointsPage>

Inheritance

java.lang.Object > AbstractPage > NetworkEndpointGroupsClient.ListNetworkEndpointsPage

Methods

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

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

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

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