Package com.google.cloud.monitoring.v3
Class NotificationChannelServiceClient.ListNotificationChannelsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage>
-
- com.google.cloud.monitoring.v3.NotificationChannelServiceClient.ListNotificationChannelsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<NotificationChannel>
,com.google.api.gax.paging.Page<NotificationChannel>
- Enclosing class:
- NotificationChannelServiceClient
public static class NotificationChannelServiceClient.ListNotificationChannelsPage extends com.google.api.gax.paging.AbstractPage<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationChannelServiceClient.ListNotificationChannelsPage
createPage(com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ListNotificationChannelsResponse response)
com.google.api.core.ApiFuture<NotificationChannelServiceClient.ListNotificationChannelsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, com.google.api.core.ApiFuture<ListNotificationChannelsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected NotificationChannelServiceClient.ListNotificationChannelsPage createPage(com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, ListNotificationChannelsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<NotificationChannelServiceClient.ListNotificationChannelsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, com.google.api.core.ApiFuture<ListNotificationChannelsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage>
-
-