Class SpeechClient.ListLocationsFixedSizeCollection (4.36.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SpeechClient.ListLocationsFixedSizeCollection

Methods

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

protected SpeechClient.ListLocationsFixedSizeCollection createCollection(List<SpeechClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
SpeechClient.ListLocationsFixedSizeCollection
Overrides