Class SpeechClient.ListPhraseSetsFixedSizeCollection (4.90.0)

public static class SpeechClient.ListPhraseSetsFixedSizeCollection extends AbstractFixedSizeCollection<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet,SpeechClient.ListPhraseSetsPage,SpeechClient.ListPhraseSetsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SpeechClient.ListPhraseSetsFixedSizeCollection

Methods

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

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