Class FunctionServiceClient.ListFunctionsFixedSizeCollection (2.45.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
Name Description
pages List<ListFunctionsPage>
collectionSize int
Returns
Type Description
FunctionServiceClient.ListFunctionsFixedSizeCollection
Overrides