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