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