Class BusinessGlossaryServiceClient.ListLocationsFixedSizeCollection (1.93.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BusinessGlossaryServiceClient.ListLocationsFixedSizeCollection

Methods

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

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