Class SecurityCenterClient.ListNotificationConfigsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,SecurityCenterClient.ListNotificationConfigsPage>
-
- com.google.cloud.securitycenter.v1.SecurityCenterClient.ListNotificationConfigsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<NotificationConfig>
,com.google.api.gax.paging.Page<NotificationConfig>
- Enclosing class:
- SecurityCenterClient
public static class SecurityCenterClient.ListNotificationConfigsPage extends com.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,SecurityCenterClient.ListNotificationConfigsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SecurityCenterClient.ListNotificationConfigsPage
createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> 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 SecurityCenterClient.ListNotificationConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,SecurityCenterClient.ListNotificationConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,SecurityCenterClient.ListNotificationConfigsPage>
-
-