Class MetadataServiceClient.ListMetadataStoresFixedSizeCollection (3.42.0)

public static class MetadataServiceClient.ListMetadataStoresFixedSizeCollection extends AbstractFixedSizeCollection<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore,MetadataServiceClient.ListMetadataStoresPage,MetadataServiceClient.ListMetadataStoresFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > MetadataServiceClient.ListMetadataStoresFixedSizeCollection

Methods

createCollection(List<MetadataServiceClient.ListMetadataStoresPage> pages, int collectionSize)

protected MetadataServiceClient.ListMetadataStoresFixedSizeCollection createCollection(List<MetadataServiceClient.ListMetadataStoresPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListMetadataStoresPage>
collectionSizeint
Returns
TypeDescription
MetadataServiceClient.ListMetadataStoresFixedSizeCollection
Overrides