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