Class ArtifactRegistryClient.ListAttachmentsFixedSizeCollection (1.94.0)

public static class ArtifactRegistryClient.ListAttachmentsFixedSizeCollection extends AbstractFixedSizeCollection<ListAttachmentsRequest,ListAttachmentsResponse,Attachment,ArtifactRegistryClient.ListAttachmentsPage,ArtifactRegistryClient.ListAttachmentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ArtifactRegistryClient.ListAttachmentsFixedSizeCollection

Methods

createCollection(@Nullable List<ArtifactRegistryClient.ListAttachmentsPage> pages, int collectionSize)

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