Class IntentsClient.ListLocationsFixedSizeCollection (4.101.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IntentsClient.ListLocationsFixedSizeCollection

Methods

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

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