Package com.google.cloud.functions.v2
Class FunctionServiceClient.ListFunctionsFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
-
- com.google.cloud.functions.v2.FunctionServiceClient.ListFunctionsFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<Function>
- Enclosing class:
- FunctionServiceClient
public static class FunctionServiceClient.ListFunctionsFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FunctionServiceClient.ListFunctionsFixedSizeCollection
createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected FunctionServiceClient.ListFunctionsFixedSizeCollection createCollection(List<FunctionServiceClient.ListFunctionsPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListFunctionsRequest,ListFunctionsResponse,Function,FunctionServiceClient.ListFunctionsPage,FunctionServiceClient.ListFunctionsFixedSizeCollection>
-
-