Class FunctionServiceClient.ListFunctionsPage (2.44.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
Name Description
context PageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
response ListFunctionsResponse
Returns
Type Description
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
Name Description
context PageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
futureResponse ApiFuture<ListFunctionsResponse>
Returns
Type Description
ApiFuture<ListFunctionsPage>
Overrides