Uses of Class
com.google.cloud.alloydb.v1alpha.AlloyDBAdminClient.ListInstancesPage
-
Packages that use AlloyDBAdminClient.ListInstancesPage Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of AlloyDBAdminClient.ListInstancesPage in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha 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.v1alpha 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.v1alpha with type arguments of type AlloyDBAdminClient.ListInstancesPage Modifier and Type Method Description protected AlloyDBAdminClient.ListInstancesFixedSizeCollection
AlloyDBAdminClient.ListInstancesFixedSizeCollection. createCollection(List<AlloyDBAdminClient.ListInstancesPage> pages, int collectionSize)
-