Class AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection (0.10.0)

public static class AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection extends AbstractFixedSizeCollection<ListAccountLabelsRequest,ListAccountLabelsResponse,AccountLabel,AccountLabelsServiceClient.ListAccountLabelsPage,AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection

Methods

createCollection(List<AccountLabelsServiceClient.ListAccountLabelsPage> pages, int collectionSize)

protected AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection createCollection(List<AccountLabelsServiceClient.ListAccountLabelsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAccountLabelsPage>
collectionSizeint
Returns
TypeDescription
AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection
Overrides