Class StreamingServiceClient.ListLocationsFixedSizeCollection (0.42.0)

public static class StreamingServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,StreamingServiceClient.ListLocationsPage,StreamingServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamingServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<StreamingServiceClient.ListLocationsPage> pages, int collectionSize)

protected StreamingServiceClient.ListLocationsFixedSizeCollection createCollection(List<StreamingServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
StreamingServiceClient.ListLocationsFixedSizeCollection
Overrides