Package com.google.cloud.kms.v1
Class KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyManagementServiceClient.ListCryptoKeysPage,KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection>
-
- com.google.cloud.kms.v1.KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<CryptoKey>
- Enclosing class:
- KeyManagementServiceClient
public static class KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyManagementServiceClient.ListCryptoKeysPage,KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection
createCollection(List<KeyManagementServiceClient.ListCryptoKeysPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection createCollection(List<KeyManagementServiceClient.ListCryptoKeysPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyManagementServiceClient.ListCryptoKeysPage,KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection>
-
-