Class EndpointServiceClient.ListLocationsFixedSizeCollection (3.44.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EndpointServiceClient.ListLocationsFixedSizeCollection

Methods

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

protected EndpointServiceClient.ListLocationsFixedSizeCollection createCollection(List<EndpointServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
EndpointServiceClient.ListLocationsFixedSizeCollection
Overrides