Class BackupForGKEClient.ListRestorePlansFixedSizeCollection (0.40.0)

public static class BackupForGKEClient.ListRestorePlansFixedSizeCollection extends AbstractFixedSizeCollection<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan,BackupForGKEClient.ListRestorePlansPage,BackupForGKEClient.ListRestorePlansFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupForGKEClient.ListRestorePlansFixedSizeCollection

Methods

createCollection(List<BackupForGKEClient.ListRestorePlansPage> pages, int collectionSize)

protected BackupForGKEClient.ListRestorePlansFixedSizeCollection createCollection(List<BackupForGKEClient.ListRestorePlansPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListRestorePlansPage>
collectionSizeint
Returns
TypeDescription
BackupForGKEClient.ListRestorePlansFixedSizeCollection
Overrides