Class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesFixedSizeCollection (1.94.0)

public static class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesFixedSizeCollection extends AbstractFixedSizeCollection<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService,DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage,DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesFixedSizeCollection

Methods

createCollection(@Nullable List<DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage> pages, int collectionSize)

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