Uses of Class
com.google.cloud.compute.v1.InstanceGroupManagersClient.ListPage
-
Packages that use InstanceGroupManagersClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InstanceGroupManagersClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceGroupManagersClient.ListPage Modifier and Type Method Description protected InstanceGroupManagersClient.ListPage
InstanceGroupManagersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInstanceGroupManagersRequest,InstanceGroupManagerList,InstanceGroupManager> context, InstanceGroupManagerList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceGroupManagersClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<InstanceGroupManagersClient.ListPage>
InstanceGroupManagersClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstanceGroupManagersRequest,InstanceGroupManagerList,InstanceGroupManager> context, com.google.api.core.ApiFuture<InstanceGroupManagerList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type InstanceGroupManagersClient.ListPage Modifier and Type Method Description protected InstanceGroupManagersClient.ListFixedSizeCollection
InstanceGroupManagersClient.ListFixedSizeCollection. createCollection(List<InstanceGroupManagersClient.ListPage> pages, int collectionSize)
-