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