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