Class AppGatewaysServiceClient.ListLocationsFixedSizeCollection (0.37.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AppGatewaysServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<AppGatewaysServiceClient.ListLocationsPage> pages, int collectionSize)

protected AppGatewaysServiceClient.ListLocationsFixedSizeCollection createCollection(List<AppGatewaysServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
AppGatewaysServiceClient.ListLocationsFixedSizeCollection
Overrides