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