Package com.google.cloud.pubsublite.v1
Class CursorServiceClient.ListPartitionCursorsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListPartitionCursorsRequest,ListPartitionCursorsResponse,PartitionCursor,CursorServiceClient.ListPartitionCursorsPage>
com.google.cloud.pubsublite.v1.CursorServiceClient.ListPartitionCursorsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PartitionCursor>,com.google.api.gax.paging.Page<PartitionCursor>
- Enclosing class:
- CursorServiceClient
public static class CursorServiceClient.ListPartitionCursorsPage
extends com.google.api.gax.paging.AbstractPage<ListPartitionCursorsRequest,ListPartitionCursorsResponse,PartitionCursor,CursorServiceClient.ListPartitionCursorsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListPartitionCursorsRequest, ListPartitionCursorsResponse, PartitionCursor> context, ListPartitionCursorsResponse response) com.google.api.core.ApiFuture<CursorServiceClient.ListPartitionCursorsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionCursorsRequest, ListPartitionCursorsResponse, PartitionCursor> context, com.google.api.core.ApiFuture<ListPartitionCursorsResponse> 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 CursorServiceClient.ListPartitionCursorsPage createPage(com.google.api.gax.rpc.PageContext<ListPartitionCursorsRequest, ListPartitionCursorsResponse, PartitionCursor> context, ListPartitionCursorsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListPartitionCursorsRequest,ListPartitionCursorsResponse, PartitionCursor, CursorServiceClient.ListPartitionCursorsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CursorServiceClient.ListPartitionCursorsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionCursorsRequest, ListPartitionCursorsResponse, PartitionCursor> context, com.google.api.core.ApiFuture<ListPartitionCursorsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListPartitionCursorsRequest,ListPartitionCursorsResponse, PartitionCursor, CursorServiceClient.ListPartitionCursorsPage>
-