Class FunctionServiceClient.ListFunctionsFixedSizeCollection (2.43.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FunctionServiceClient.ListFunctionsFixedSizeCollection

Methods

createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)

protected FunctionServiceClient.ListFunctionsFixedSizeCollection createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListFunctionsPage>
collectionSizeint
Returns
TypeDescription
FunctionServiceClient.ListFunctionsFixedSizeCollection
Overrides