Uses of Class
com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListSourcesPage
-
Packages that use MigrationCenterClient.ListSourcesPage Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of MigrationCenterClient.ListSourcesPage in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MigrationCenterClient.ListSourcesPage Modifier and Type Method Description protected MigrationCenterClient.ListSourcesPage
MigrationCenterClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MigrationCenterClient.ListSourcesPage Modifier and Type Method Description com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPage>
MigrationCenterClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type MigrationCenterClient.ListSourcesPage Modifier and Type Method Description protected MigrationCenterClient.ListSourcesFixedSizeCollection
MigrationCenterClient.ListSourcesFixedSizeCollection. createCollection(List<MigrationCenterClient.ListSourcesPage> pages, int collectionSize)
-