Class CloudProductRegistryReadServiceClient.ListLogicalProductVariantsFixedSizeCollection (0.1.0)

public static class CloudProductRegistryReadServiceClient.ListLogicalProductVariantsFixedSizeCollection extends AbstractFixedSizeCollection<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant,CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage,CloudProductRegistryReadServiceClient.ListLogicalProductVariantsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudProductRegistryReadServiceClient.ListLogicalProductVariantsFixedSizeCollection

Methods

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

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