Class ContentLabelServiceClient.ListContentLabelsFixedSizeCollection (0.39.0)

public static class ContentLabelServiceClient.ListContentLabelsFixedSizeCollection extends AbstractFixedSizeCollection<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel,ContentLabelServiceClient.ListContentLabelsPage,ContentLabelServiceClient.ListContentLabelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ContentLabelServiceClient.ListContentLabelsFixedSizeCollection

Methods

createCollection(List<ContentLabelServiceClient.ListContentLabelsPage> pages, int collectionSize)

protected ContentLabelServiceClient.ListContentLabelsFixedSizeCollection createCollection(List<ContentLabelServiceClient.ListContentLabelsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListContentLabelsPage>
collectionSize int
Returns
Type Description
ContentLabelServiceClient.ListContentLabelsFixedSizeCollection
Overrides