Package com.google.cloud.alloydb.v1
Class AlloyDBAdminClient.ListUsersPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListUsersRequest,ListUsersResponse,User,AlloyDBAdminClient.ListUsersPage>
-
- com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListUsersPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<User>
,com.google.api.gax.paging.Page<User>
- Enclosing class:
- AlloyDBAdminClient
public static class AlloyDBAdminClient.ListUsersPage extends com.google.api.gax.paging.AbstractPage<ListUsersRequest,ListUsersResponse,User,AlloyDBAdminClient.ListUsersPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AlloyDBAdminClient.ListUsersPage
createPage(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, ListUsersResponse response)
com.google.api.core.ApiFuture<AlloyDBAdminClient.ListUsersPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, com.google.api.core.ApiFuture<ListUsersResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected AlloyDBAdminClient.ListUsersPage createPage(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, ListUsersResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListUsersRequest,ListUsersResponse,User,AlloyDBAdminClient.ListUsersPage>
-
createPageAsync
public com.google.api.core.ApiFuture<AlloyDBAdminClient.ListUsersPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, com.google.api.core.ApiFuture<ListUsersResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListUsersRequest,ListUsersResponse,User,AlloyDBAdminClient.ListUsersPage>
-
-