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