Class CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection (0.1.0)

public static class CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection extends AbstractFixedSizeCollection<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct,CloudProductRegistryReadServiceClient.ListLogicalProductsPage,CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection

Methods

createCollection(@Nullable List<CloudProductRegistryReadServiceClient.ListLogicalProductsPage> pages, int collectionSize)

protected CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection createCollection(@Nullable List<CloudProductRegistryReadServiceClient.ListLogicalProductsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListLogicalProductsPage>
collectionSize int
Returns
Type Description
CloudProductRegistryReadServiceClient.ListLogicalProductsFixedSizeCollection
Overrides