Class KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection (2.98.0)

public static class KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyManagementServiceClient.ListCryptoKeysPage,KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection

Methods

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

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