Class BackendServicesClient.ListUsableFixedSizeCollection (1.105.0)

public static class BackendServicesClient.ListUsableFixedSizeCollection extends AbstractFixedSizeCollection<ListUsableBackendServicesRequest,BackendServiceListUsable,BackendService,BackendServicesClient.ListUsablePage,BackendServicesClient.ListUsableFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackendServicesClient.ListUsableFixedSizeCollection

Methods

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

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