Uses of Class
com.google.cloud.vmmigration.v1.VmMigrationClient.ListCloneJobsPage
-
Packages that use VmMigrationClient.ListCloneJobsPage Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of VmMigrationClient.ListCloneJobsPage in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmMigrationClient.ListCloneJobsPage Modifier and Type Method Description protected VmMigrationClient.ListCloneJobsPage
VmMigrationClient.ListCloneJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ListCloneJobsResponse response)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmMigrationClient.ListCloneJobsPage Modifier and Type Method Description com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPage>
VmMigrationClient.ListCloneJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type VmMigrationClient.ListCloneJobsPage Modifier and Type Method Description protected VmMigrationClient.ListCloneJobsFixedSizeCollection
VmMigrationClient.ListCloneJobsFixedSizeCollection. createCollection(List<VmMigrationClient.ListCloneJobsPage> pages, int collectionSize)
-