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