Class SpeechClient.ListLocationsFixedSizeCollection (4.90.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SpeechClient.ListLocationsFixedSizeCollection

Methods

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

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