Class FunctionServiceClient.ListFunctionsPage (2.97.0)

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

Inheritance

java.lang.Object > AbstractPage > FunctionServiceClient.ListFunctionsPage

Methods

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

protected FunctionServiceClient.ListFunctionsPage createPage(@Nullable PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, @Nullable ListFunctionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
response @org.jspecify.annotations.Nullable com.google.cloud.functions.v2.ListFunctionsResponse
Returns
Type Description
FunctionServiceClient.ListFunctionsPage
Overrides

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

public ApiFuture<FunctionServiceClient.ListFunctionsPage> createPageAsync(@Nullable PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ApiFuture<ListFunctionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
futureResponse ApiFuture<ListFunctionsResponse>
Returns
Type Description
ApiFuture<ListFunctionsPage>
Overrides