Package com.google.storage.v2
Class StorageClient.ListNotificationConfigsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,StorageClient.ListNotificationConfigsPage>
com.google.storage.v2.StorageClient.ListNotificationConfigsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<NotificationConfig>,com.google.api.gax.paging.Page<NotificationConfig>
- Enclosing class:
- StorageClient
public static class StorageClient.ListNotificationConfigsPage
extends com.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,StorageClient.ListNotificationConfigsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest, ListNotificationConfigsResponse, NotificationConfig> context, ListNotificationConfigsResponse response) com.google.api.core.ApiFuture<StorageClient.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, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected StorageClient.ListNotificationConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest, ListNotificationConfigsResponse, NotificationConfig> context, ListNotificationConfigsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse, NotificationConfig, StorageClient.ListNotificationConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<StorageClient.ListNotificationConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest, ListNotificationConfigsResponse, NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse, NotificationConfig, StorageClient.ListNotificationConfigsPage>
-