Package com.google.cloud.functions.v2
Class FunctionServiceClient.ListFunctionsPagedResponse
java.lang.Object
com.google.api.gax.paging.AbstractPagedListResponse<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
com.google.cloud.functions.v2.FunctionServiceClient.ListFunctionsPagedResponse
- All Implemented Interfaces:
PagedListResponse<Function>
- Enclosing class:
- FunctionServiceClient
public static class FunctionServiceClient.ListFunctionsPagedResponse
extends AbstractPagedListResponse<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
-
Method Summary
Modifier and TypeMethodDescriptioncreateAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ApiFuture<ListFunctionsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPagedListResponse
expandToFixedSizeCollection, getNextPageToken, getPage, iterateAll, iterateFixedSizeCollections, iteratePages
-
Method Details
-
createAsync
public static ApiFuture<FunctionServiceClient.ListFunctionsPagedResponse> createAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ApiFuture<ListFunctionsResponse> futureResponse)
-