Class FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection (3.44.0)

public static class FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection extends AbstractFixedSizeCollection<ListFeaturestoresRequest,ListFeaturestoresResponse,Featurestore,FeaturestoreServiceClient.ListFeaturestoresPage,FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection

Methods

createCollection(List<FeaturestoreServiceClient.ListFeaturestoresPage> pages, int collectionSize)

protected FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection createCollection(List<FeaturestoreServiceClient.ListFeaturestoresPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListFeaturestoresPage>
collectionSize int
Returns
Type Description
FeaturestoreServiceClient.ListFeaturestoresFixedSizeCollection
Overrides