Uses of Interface
com.google.api.gax.paging.FixedSizeCollection
Packages that use FixedSizeCollection
-
Uses of FixedSizeCollection in com.google.api.gax.paging
Classes in com.google.api.gax.paging that implement FixedSizeCollectionModifier and TypeClassDescriptionclassAbstractFixedSizeCollection<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 FixedSizeCollectionModifier and TypeMethodDescriptionPagedListResponse.expandToFixedSizeCollection(int collectionSize) Returns a collection of elements with a fixed size set by the collectionSize parameter.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 FixedSizeCollectionModifier and TypeMethodDescriptionIterable<? extends FixedSizeCollection<ResourceT>>PagedListResponse.iterateFixedSizeCollections(int collectionSize) Returns an iterable over fixed size collections of results.