Class KeyManagementServiceClient.ListCryptoKeyVersionsFixedSizeCollection (2.98.0)

public static class KeyManagementServiceClient.ListCryptoKeyVersionsFixedSizeCollection extends AbstractFixedSizeCollection<ListCryptoKeyVersionsRequest,ListCryptoKeyVersionsResponse,CryptoKeyVersion,KeyManagementServiceClient.ListCryptoKeyVersionsPage,KeyManagementServiceClient.ListCryptoKeyVersionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyManagementServiceClient.ListCryptoKeyVersionsFixedSizeCollection

Methods

createCollection(@Nullable List<KeyManagementServiceClient.ListCryptoKeyVersionsPage> pages, int collectionSize)

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