Class FunctionServiceClient.ListFunctionsFixedSizeCollection
java.lang.Object
com.google.api.gax.paging.AbstractFixedSizeCollection<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
com.google.cloud.functions.v2beta.FunctionServiceClient.ListFunctionsFixedSizeCollection
- All Implemented Interfaces:
FixedSizeCollection<Function>
- Enclosing class:
- FunctionServiceClient
public static class FunctionServiceClient.ListFunctionsFixedSizeCollection
extends AbstractFixedSizeCollection<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize) Methods inherited from class com.google.api.gax.paging.AbstractFixedSizeCollection
getCollectionSize, getNextCollection, getNextPageToken, getValues, hasNextCollection
-
Method Details
-
createCollection
protected FunctionServiceClient.ListFunctionsFixedSizeCollection createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)
-