Package com.google.cloud.monitoring.v3
Class NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage>
-
- com.google.cloud.monitoring.v3.NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<NotificationChannelDescriptor>
,com.google.api.gax.paging.Page<NotificationChannelDescriptor>
- Enclosing class:
- NotificationChannelServiceClient
public static class NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage extends com.google.api.gax.paging.AbstractPage<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage
createPage(com.google.api.gax.rpc.PageContext<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor> context, ListNotificationChannelDescriptorsResponse response)
com.google.api.core.ApiFuture<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor> context, com.google.api.core.ApiFuture<ListNotificationChannelDescriptorsResponse> 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.ListNotificationChannelDescriptorsPage createPage(com.google.api.gax.rpc.PageContext<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor> context, ListNotificationChannelDescriptorsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor> context, com.google.api.core.ApiFuture<ListNotificationChannelDescriptorsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage>
-
-