Package com.google.cloud.functions.v1
Class CloudFunctionsServiceClient.ListFunctionsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>
com.google.cloud.functions.v1.CloudFunctionsServiceClient.ListFunctionsPage
- All Implemented Interfaces:
AsyncPage<CloudFunction>,Page<CloudFunction>
- Enclosing class:
- CloudFunctionsServiceClient
public static class CloudFunctionsServiceClient.ListFunctionsPage
extends AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListFunctionsRequest, ListFunctionsResponse, CloudFunction> context, ListFunctionsResponse response) createPageAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, CloudFunction> 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 CloudFunctionsServiceClient.ListFunctionsPage createPage(PageContext<ListFunctionsRequest, ListFunctionsResponse, CloudFunction> context, ListFunctionsResponse response) -
createPageAsync
public ApiFuture<CloudFunctionsServiceClient.ListFunctionsPage> createPageAsync(PageContext<ListFunctionsRequest, ListFunctionsResponse, CloudFunction> context, ApiFuture<ListFunctionsResponse> futureResponse)
-