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