Uses of Class
com.google.cloud.vmmigration.v1.VmMigrationClient.ListSourcesPage
-
Packages that use VmMigrationClient.ListSourcesPage Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of VmMigrationClient.ListSourcesPage in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmMigrationClient.ListSourcesPage Modifier and Type Method Description protected VmMigrationClient.ListSourcesPage
VmMigrationClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmMigrationClient.ListSourcesPage Modifier and Type Method Description com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPage>
VmMigrationClient.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.vmmigration.v1 with type arguments of type VmMigrationClient.ListSourcesPage Modifier and Type Method Description protected VmMigrationClient.ListSourcesFixedSizeCollection
VmMigrationClient.ListSourcesFixedSizeCollection. createCollection(List<VmMigrationClient.ListSourcesPage> pages, int collectionSize)
-