Class SpeechClient.ListLocationsFixedSizeCollection (4.37.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
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
SpeechClient.ListLocationsFixedSizeCollection
Overrides