Class FunctionServiceClient.ListFunctionsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
com.google.cloud.functions.v2beta.FunctionServiceClient.ListFunctionsPage
- Enclosing class:
- FunctionServiceClient
public static class FunctionServiceClient.ListFunctionsPage
extends AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected FunctionServiceClient.ListFunctionsPagecreatePage(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ListFunctionsResponse response) createPageAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ApiFuture<ListFunctionsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected FunctionServiceClient.ListFunctionsPage createPage(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ListFunctionsResponse response) - Specified by:
createPagein classAbstractPage<ListFunctionsRequest,ListFunctionsResponse, Function, FunctionServiceClient.ListFunctionsPage>
-
createPageAsync
public ApiFuture<FunctionServiceClient.ListFunctionsPage> createPageAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, Function> context, ApiFuture<ListFunctionsResponse> futureResponse)
-