Class BackendServicesClient.ListFixedSizeCollection (1.105.0)

public static class BackendServicesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListBackendServicesRequest,BackendServiceList,BackendService,BackendServicesClient.ListPage,BackendServicesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackendServicesClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<BackendServicesClient.ListPage> pages, int collectionSize)

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