Package com.google.storage.control.v2
Class StorageControlClient.ListAnywhereCachesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache,StorageControlClient.ListAnywhereCachesPage>
com.google.storage.control.v2.StorageControlClient.ListAnywhereCachesPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<AnywhereCache>,com.google.api.gax.paging.Page<AnywhereCache>
- Enclosing class:
- StorageControlClient
public static class StorageControlClient.ListAnywhereCachesPage
extends com.google.api.gax.paging.AbstractPage<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache,StorageControlClient.ListAnywhereCachesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListAnywhereCachesRequest, ListAnywhereCachesResponse, AnywhereCache> context, ListAnywhereCachesResponse response) com.google.api.core.ApiFuture<StorageControlClient.ListAnywhereCachesPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListAnywhereCachesRequest, ListAnywhereCachesResponse, AnywhereCache> context, com.google.api.core.ApiFuture<ListAnywhereCachesResponse> 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 StorageControlClient.ListAnywhereCachesPage createPage(com.google.api.gax.rpc.PageContext<ListAnywhereCachesRequest, ListAnywhereCachesResponse, AnywhereCache> context, ListAnywhereCachesResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListAnywhereCachesRequest,ListAnywhereCachesResponse, AnywhereCache, StorageControlClient.ListAnywhereCachesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<StorageControlClient.ListAnywhereCachesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListAnywhereCachesRequest, ListAnywhereCachesResponse, AnywhereCache> context, com.google.api.core.ApiFuture<ListAnywhereCachesResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListAnywhereCachesRequest,ListAnywhereCachesResponse, AnywhereCache, StorageControlClient.ListAnywhereCachesPage>
-