Uses of Class
com.google.appengine.v1.ServicesClient.ListServicesPage
-
Packages that use ServicesClient.ListServicesPage Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ServicesClient.ListServicesPage in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ServicesClient.ListServicesPage Modifier and Type Method Description protected ServicesClient.ListServicesPage
ServicesClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
Methods in com.google.appengine.v1 that return types with arguments of type ServicesClient.ListServicesPage Modifier and Type Method Description com.google.api.core.ApiFuture<ServicesClient.ListServicesPage>
ServicesClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
Method parameters in com.google.appengine.v1 with type arguments of type ServicesClient.ListServicesPage Modifier and Type Method Description protected ServicesClient.ListServicesFixedSizeCollection
ServicesClient.ListServicesFixedSizeCollection. createCollection(List<ServicesClient.ListServicesPage> pages, int collectionSize)
-