Class CloudChannelServiceClient.ListProductsFixedSizeCollection (3.99.0)

public static class CloudChannelServiceClient.ListProductsFixedSizeCollection extends AbstractFixedSizeCollection<ListProductsRequest,ListProductsResponse,Product,CloudChannelServiceClient.ListProductsPage,CloudChannelServiceClient.ListProductsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListProductsFixedSizeCollection

Methods

createCollection(@Nullable List<CloudChannelServiceClient.ListProductsPage> pages, int collectionSize)

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