Class NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection (3.43.0)

public static class NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection extends AbstractFixedSizeCollection<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage,NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection

Methods

createCollection(List<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage> pages, int collectionSize)

protected NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection createCollection(List<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListNotificationChannelDescriptorsPage>
collectionSize int
Returns
Type Description
NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection
Overrides