Package com.google.cloud.functions.v2
Class FunctionServiceClient.ListFunctionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
-
- com.google.cloud.functions.v2.FunctionServiceClient.ListFunctionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Function>,com.google.api.gax.paging.Page<Function>
- Enclosing class:
- FunctionServiceClient
public static class FunctionServiceClient.ListFunctionsPage extends com.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FunctionServiceClient.ListFunctionsPagecreatePage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected FunctionServiceClient.ListFunctionsPage createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>
-
-