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