Class BackupForGKEClient.ListRestoreChannelsFixedSizeCollection (0.62.0)

public static class BackupForGKEClient.ListRestoreChannelsFixedSizeCollection extends AbstractFixedSizeCollection<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel,BackupForGKEClient.ListRestoreChannelsPage,BackupForGKEClient.ListRestoreChannelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupForGKEClient.ListRestoreChannelsFixedSizeCollection

Methods

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

protected BackupForGKEClient.ListRestoreChannelsFixedSizeCollection createCollection(List<BackupForGKEClient.ListRestoreChannelsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListRestoreChannelsPage>
collectionSize int
Returns
Type Description
BackupForGKEClient.ListRestoreChannelsFixedSizeCollection
Overrides