Class BackupForGKEClient.ListRestorePlansFixedSizeCollection (0.94.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupForGKEClient.ListRestorePlansFixedSizeCollection

Methods

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

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