Class FunctionServiceClient.ListFunctionsPage (2.25.0)

publicstaticclassFunctionServiceClient.ListFunctionsPageextendsAbstractPage<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage>

Inheritance

java.lang.Object > AbstractPage > FunctionServiceClient.ListFunctionsPage

Methods

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

protectedFunctionServiceClient.ListFunctionsPagecreatePage(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function>context,ListFunctionsResponseresponse)
Parameters
NameDescription
contextPageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
responseListFunctionsResponse
Returns
TypeDescription
FunctionServiceClient.ListFunctionsPage
Overrides

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

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