Class OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection (0.54.0)

public static class OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection extends AbstractFixedSizeCollection<ListOperatingSystemsRequest,ListOperatingSystemsResponse,OperatingSystem,OperatingSystemServiceClient.ListOperatingSystemsPage,OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection

Methods

createCollection(@Nullable List<OperatingSystemServiceClient.ListOperatingSystemsPage> pages, int collectionSize)

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