Uses of Class
com.google.cloud.batch.v1alpha.BatchServiceClient.ListLocationsPage
-
Packages that use BatchServiceClient.ListLocationsPage Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of BatchServiceClient.ListLocationsPage in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return BatchServiceClient.ListLocationsPage Modifier and Type Method Description protected BatchServiceClient.ListLocationsPage
BatchServiceClient.ListLocationsPage. createPage(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.cloud.location.ListLocationsResponse response)
Methods in com.google.cloud.batch.v1alpha that return types with arguments of type BatchServiceClient.ListLocationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<BatchServiceClient.ListLocationsPage>
BatchServiceClient.ListLocationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.api.core.ApiFuture<com.google.cloud.location.ListLocationsResponse> futureResponse)
Method parameters in com.google.cloud.batch.v1alpha with type arguments of type BatchServiceClient.ListLocationsPage Modifier and Type Method Description protected BatchServiceClient.ListLocationsFixedSizeCollection
BatchServiceClient.ListLocationsFixedSizeCollection. createCollection(List<BatchServiceClient.ListLocationsPage> pages, int collectionSize)
-