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