Class NotificationChannelServiceClient.ListNotificationChannelsPage (3.3.5)

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

Inheritance

java.lang.Object > AbstractPage > NotificationChannelServiceClient.ListNotificationChannelsPage

Methods

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

protected NotificationChannelServiceClient.ListNotificationChannelsPage createPage(PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ListNotificationChannelsResponse response)
Parameters
NameDescription
contextPageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel>
responseListNotificationChannelsResponse
Returns
TypeDescription
NotificationChannelServiceClient.ListNotificationChannelsPage
Overrides

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

public ApiFuture<NotificationChannelServiceClient.ListNotificationChannelsPage> createPageAsync(PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ApiFuture<ListNotificationChannelsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel>
futureResponseApiFuture<ListNotificationChannelsResponse>
Returns
TypeDescription
ApiFuture<ListNotificationChannelsPage>
Overrides