Uses of Interface
com.google.api.gax.paging.FixedSizeCollection
-
Packages that use FixedSizeCollection Package Description com.google.api.gax.paging -
-
Uses of FixedSizeCollection in com.google.api.gax.paging
Classes in com.google.api.gax.paging that implement FixedSizeCollection Modifier and Type Class Description classAbstractFixedSizeCollection<RequestT,ResponseT,ResourceT,PageT extends AbstractPage<RequestT,ResponseT,ResourceT,PageT>,CollectionT extends AbstractFixedSizeCollection<RequestT,ResponseT,ResourceT,PageT,CollectionT>>Partial implementation ofFixedSizeCollection.Methods in com.google.api.gax.paging that return FixedSizeCollection Modifier and Type Method Description FixedSizeCollection<ResourceT>PagedListResponse. expandToFixedSizeCollection(int collectionSize)Returns a collection of elements with a fixed size set by the collectionSize parameter.FixedSizeCollection<ResourceT>FixedSizeCollection. getNextCollection()Retrieves the next FixedSizeCollection using one or more API calls.Methods in com.google.api.gax.paging that return types with arguments of type FixedSizeCollection Modifier and Type Method Description Iterable<? extends FixedSizeCollection<ResourceT>>PagedListResponse. iterateFixedSizeCollections(int collectionSize)Returns an iterable over fixed size collections of results.
-