Uses of Class
com.google.cloud.functions.v2.FunctionServiceClient.ListLocationsPage
-
Packages that use FunctionServiceClient.ListLocationsPage Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of FunctionServiceClient.ListLocationsPage in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return FunctionServiceClient.ListLocationsPage Modifier and Type Method Description protected FunctionServiceClient.ListLocationsPage
FunctionServiceClient.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.functions.v2 that return types with arguments of type FunctionServiceClient.ListLocationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<FunctionServiceClient.ListLocationsPage>
FunctionServiceClient.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.functions.v2 with type arguments of type FunctionServiceClient.ListLocationsPage Modifier and Type Method Description protected FunctionServiceClient.ListLocationsFixedSizeCollection
FunctionServiceClient.ListLocationsFixedSizeCollection. createCollection(List<FunctionServiceClient.ListLocationsPage> pages, int collectionSize)
-