Class BackupForGKEClient.ListVolumeRestoresFixedSizeCollection (0.94.0)

public static class BackupForGKEClient.ListVolumeRestoresFixedSizeCollection extends AbstractFixedSizeCollection<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore,BackupForGKEClient.ListVolumeRestoresPage,BackupForGKEClient.ListVolumeRestoresFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupForGKEClient.ListVolumeRestoresFixedSizeCollection

Methods

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

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