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