Class SaasDeploymentsClient.ListLocationsFixedSizeCollection (0.25.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SaasDeploymentsClient.ListLocationsFixedSizeCollection

Methods

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

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