Class NotificationChannelServiceClient.ListNotificationChannelsPage (3.96.0)

public static class NotificationChannelServiceClient.ListNotificationChannelsPage extends AbstractPage<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage>

Inheritance

java.lang.Object > AbstractPage > NotificationChannelServiceClient.ListNotificationChannelsPage

Methods

createPage(@Nullable PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, @Nullable ListNotificationChannelsResponse response)

protected NotificationChannelServiceClient.ListNotificationChannelsPage createPage(@Nullable PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, @Nullable ListNotificationChannelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel>
response @org.jspecify.annotations.Nullable com.google.monitoring.v3.ListNotificationChannelsResponse
Returns
Type Description
NotificationChannelServiceClient.ListNotificationChannelsPage
Overrides

createPageAsync(@Nullable PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ApiFuture<ListNotificationChannelsResponse> futureResponse)

public ApiFuture<NotificationChannelServiceClient.ListNotificationChannelsPage> createPageAsync(@Nullable PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ApiFuture<ListNotificationChannelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel>
futureResponse ApiFuture<ListNotificationChannelsResponse>
Returns
Type Description
ApiFuture<ListNotificationChannelsPage>
Overrides