Class RegionNetworkEndpointGroupsClient.ListNetworkEndpointsPage (1.105.0)

public static class RegionNetworkEndpointGroupsClient.ListNetworkEndpointsPage extends AbstractPage<ListNetworkEndpointsRegionNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,NetworkEndpointWithHealthStatus,RegionNetworkEndpointGroupsClient.ListNetworkEndpointsPage>

Inheritance

java.lang.Object > AbstractPage > RegionNetworkEndpointGroupsClient.ListNetworkEndpointsPage

Methods

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

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

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

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