Uses of Class
com.google.cloud.functions.v2alpha.FunctionServiceClient.ListFunctionsPage
-
Packages that use FunctionServiceClient.ListFunctionsPage Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of FunctionServiceClient.ListFunctionsPage in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return FunctionServiceClient.ListFunctionsPage Modifier and Type Method Description protected FunctionServiceClient.ListFunctionsPage
FunctionServiceClient.ListFunctionsPage. createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
Methods in com.google.cloud.functions.v2alpha that return types with arguments of type FunctionServiceClient.ListFunctionsPage Modifier and Type Method Description com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPage>
FunctionServiceClient.ListFunctionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
Method parameters in com.google.cloud.functions.v2alpha with type arguments of type FunctionServiceClient.ListFunctionsPage Modifier and Type Method Description protected FunctionServiceClient.ListFunctionsFixedSizeCollection
FunctionServiceClient.ListFunctionsFixedSizeCollection. createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)
-