Uses of Class
com.google.cloud.edgecontainer.v1.EdgeContainerClient.ListMachinesPage
-
Packages that use EdgeContainerClient.ListMachinesPage Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of EdgeContainerClient.ListMachinesPage in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return EdgeContainerClient.ListMachinesPage Modifier and Type Method Description protected EdgeContainerClient.ListMachinesPage
EdgeContainerClient.ListMachinesPage. createPage(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, ListMachinesResponse response)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type EdgeContainerClient.ListMachinesPage Modifier and Type Method Description com.google.api.core.ApiFuture<EdgeContainerClient.ListMachinesPage>
EdgeContainerClient.ListMachinesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, com.google.api.core.ApiFuture<ListMachinesResponse> futureResponse)
Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type EdgeContainerClient.ListMachinesPage Modifier and Type Method Description protected EdgeContainerClient.ListMachinesFixedSizeCollection
EdgeContainerClient.ListMachinesFixedSizeCollection. createCollection(List<EdgeContainerClient.ListMachinesPage> pages, int collectionSize)
-