Class RuntimeProjectAttachmentServiceClient.ListLocationsFixedSizeCollection (0.48.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RuntimeProjectAttachmentServiceClient.ListLocationsFixedSizeCollection

Methods

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

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