Class LoggingClient.ListLogEntriesFixedSizeCollection (3.17.2)

public static class LoggingClient.ListLogEntriesFixedSizeCollection extends AbstractFixedSizeCollection<ListLogEntriesRequest,ListLogEntriesResponse,LogEntry,LoggingClient.ListLogEntriesPage,LoggingClient.ListLogEntriesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LoggingClient.ListLogEntriesFixedSizeCollection

Methods

createCollection(List<LoggingClient.ListLogEntriesPage> pages, int collectionSize)

protected LoggingClient.ListLogEntriesFixedSizeCollection createCollection(List<LoggingClient.ListLogEntriesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLogEntriesPage>
collectionSize int
Returns
Type Description
LoggingClient.ListLogEntriesFixedSizeCollection
Overrides