Class CloudFunctionsServiceClient.ListFunctionsPage (2.97.0)

public static class CloudFunctionsServiceClient.ListFunctionsPage extends AbstractPage<ListFunctionsRequest,ListFunctionsResponse,CloudFunction,CloudFunctionsServiceClient.ListFunctionsPage>

Inheritance

java.lang.Object > AbstractPage > CloudFunctionsServiceClient.ListFunctionsPage

Methods

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

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

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

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