Class BackupForGKEClient.ListRestorePlanBindingsFixedSizeCollection (0.94.0)

public static class BackupForGKEClient.ListRestorePlanBindingsFixedSizeCollection extends AbstractFixedSizeCollection<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding,BackupForGKEClient.ListRestorePlanBindingsPage,BackupForGKEClient.ListRestorePlanBindingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupForGKEClient.ListRestorePlanBindingsFixedSizeCollection

Methods

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

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