Uses of Class
com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListUsersPage
-
Packages that use AlloyDBAdminClient.ListUsersPage Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of AlloyDBAdminClient.ListUsersPage in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return AlloyDBAdminClient.ListUsersPage Modifier and Type Method Description protected AlloyDBAdminClient.ListUsersPage
AlloyDBAdminClient.ListUsersPage. createPage(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, ListUsersResponse response)
Methods in com.google.cloud.alloydb.v1 that return types with arguments of type AlloyDBAdminClient.ListUsersPage Modifier and Type Method Description com.google.api.core.ApiFuture<AlloyDBAdminClient.ListUsersPage>
AlloyDBAdminClient.ListUsersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, com.google.api.core.ApiFuture<ListUsersResponse> futureResponse)
Method parameters in com.google.cloud.alloydb.v1 with type arguments of type AlloyDBAdminClient.ListUsersPage Modifier and Type Method Description protected AlloyDBAdminClient.ListUsersFixedSizeCollection
AlloyDBAdminClient.ListUsersFixedSizeCollection. createCollection(List<AlloyDBAdminClient.ListUsersPage> pages, int collectionSize)
-