Class RegionNotificationEndpointsClient.AggregatedListPage (1.105.0)

public static class RegionNotificationEndpointsClient.AggregatedListPage extends AbstractPage<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>,RegionNotificationEndpointsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionNotificationEndpointsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, @Nullable NotificationEndpointAggregatedList response)

protected RegionNotificationEndpointsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, @Nullable NotificationEndpointAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,java.util.Map.Entry<String,NotificationEndpointsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NotificationEndpointAggregatedList
Returns
Type Description
RegionNotificationEndpointsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, ApiFuture<NotificationEndpointAggregatedList> futureResponse)

public ApiFuture<RegionNotificationEndpointsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, ApiFuture<NotificationEndpointAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,java.util.Map.Entry<String,NotificationEndpointsScopedList>>
futureResponse ApiFuture<NotificationEndpointAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides