Class LoggingClient.ListLogEntriesFixedSizeCollection (3.36.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LoggingClient.ListLogEntriesFixedSizeCollection

Methods

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

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