Uses of Interface
com.google.api.gax.paging.FixedSizeCollection
-
Packages that use FixedSizeCollection Package Description com.google.api.gax.httpjson.longrunning com.google.api.gax.paging com.google.longrunning A client to Google Long Running Operations API. -
-
Uses of FixedSizeCollection in com.google.api.gax.httpjson.longrunning
Classes in com.google.api.gax.httpjson.longrunning that implement FixedSizeCollection Modifier and Type Class Description static class
OperationsClient.ListOperationsFixedSizeCollection
-
Uses of FixedSizeCollection in com.google.api.gax.paging
Classes in com.google.api.gax.paging that implement FixedSizeCollection Modifier and Type Class Description class
AbstractFixedSizeCollection<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. -
Uses of FixedSizeCollection in com.google.longrunning
Classes in com.google.longrunning that implement FixedSizeCollection Modifier and Type Class Description static class
OperationsClient.ListOperationsFixedSizeCollection
-