Class ContentServiceClient.ListContentFixedSizeCollection (0.54.0)

public static class ContentServiceClient.ListContentFixedSizeCollection extends AbstractFixedSizeCollection<ListContentRequest,ListContentResponse,Content,ContentServiceClient.ListContentPage,ContentServiceClient.ListContentFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ContentServiceClient.ListContentFixedSizeCollection

Methods

createCollection(@Nullable List<ContentServiceClient.ListContentPage> pages, int collectionSize)

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