Class RegionNotificationEndpointsClient.ListPage (1.105.0)

public static class RegionNotificationEndpointsClient.ListPage extends AbstractPage<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint,RegionNotificationEndpointsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionNotificationEndpointsClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, @Nullable NotificationEndpointList response)

protected RegionNotificationEndpointsClient.ListPage createPage(@Nullable PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, @Nullable NotificationEndpointList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NotificationEndpointList
Returns
Type Description
RegionNotificationEndpointsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, ApiFuture<NotificationEndpointList> futureResponse)

public ApiFuture<RegionNotificationEndpointsClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, ApiFuture<NotificationEndpointList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
futureResponse ApiFuture<NotificationEndpointList>
Returns
Type Description
ApiFuture<ListPage>
Overrides