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