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:
com.google.api.gax.paging.AsyncPage<CloudFunction>
,com.google.api.gax.paging.Page<CloudFunction>
- Enclosing class:
- CloudFunctionsServiceClient
public static class CloudFunctionsServiceClient.ListFunctionsPage extends com.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudFunctionsServiceClient.ListFunctionsPage
createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context, ListFunctionsResponse response)
com.google.api.core.ApiFuture<CloudFunctionsServiceClient.ListFunctionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> 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 CloudFunctionsServiceClient.ListFunctionsPage createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context, ListFunctionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudFunctionsServiceClient.ListFunctionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>
-
-