Uses of Class
com.google.appengine.v1.InstancesClient.ListInstancesPage
-
Packages that use InstancesClient.ListInstancesPage Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of InstancesClient.ListInstancesPage in com.google.appengine.v1
Methods in com.google.appengine.v1 that return InstancesClient.ListInstancesPage Modifier and Type Method Description protected InstancesClient.ListInstancesPageInstancesClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)Methods in com.google.appengine.v1 that return types with arguments of type InstancesClient.ListInstancesPage Modifier and Type Method Description com.google.api.core.ApiFuture<InstancesClient.ListInstancesPage>InstancesClient.ListInstancesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)Method parameters in com.google.appengine.v1 with type arguments of type InstancesClient.ListInstancesPage Modifier and Type Method Description protected InstancesClient.ListInstancesFixedSizeCollectionInstancesClient.ListInstancesFixedSizeCollection. createCollection(List<InstancesClient.ListInstancesPage> pages, int collectionSize)
-