Class BackupForGKEClient.ListRestorePlansFixedSizeCollection (0.41.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
Name Description
pages List<ListRestorePlansPage>
collectionSize int
Returns
Type Description
BackupForGKEClient.ListRestorePlansFixedSizeCollection
Overrides