Class FunctionServiceClient.ListFunctionsPage (2.43.0)

public static class FunctionServiceClient.ListFunctionsPage extends AbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>

Inheritance

java.lang.Object > AbstractPage > FunctionServiceClient.ListFunctionsPage

Methods

createPage(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)

protected FunctionServiceClient.ListFunctionsPage createPage(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
Parameters
NameDescription
contextPageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
responseListFunctionsResponse
Returns
TypeDescription
FunctionServiceClient.ListFunctionsPage
Overrides

createPageAsync(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ApiFuture<ListFunctionsResponse> futureResponse)

public ApiFuture<FunctionServiceClient.ListFunctionsPage> createPageAsync(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ApiFuture<ListFunctionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
futureResponseApiFuture<ListFunctionsResponse>
Returns
TypeDescription
ApiFuture<ListFunctionsPage>
Overrides