Class AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection (0.11.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
Name Description
pages List<ListAccountLabelsPage>
collectionSize int
Returns
Type Description
AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection
Overrides