Class FunctionServiceClient.ListFunctionsPagedResponse (2.43.0)

public static class FunctionServiceClient.ListFunctionsPagedResponse extends AbstractPagedListResponse<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > FunctionServiceClient.ListFunctionsPagedResponse

Static Methods

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

public static ApiFuture<FunctionServiceClient.ListFunctionsPagedResponse> createAsync(PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ApiFuture<ListFunctionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListFunctionsRequest,ListFunctionsResponse,Function>
futureResponseApiFuture<ListFunctionsResponse>
Returns
TypeDescription
ApiFuture<ListFunctionsPagedResponse>