Class CmekServiceClient.ListEncryptionConfigsFixedSizeCollection (1.61.0)

public static class CmekServiceClient.ListEncryptionConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig,CmekServiceClient.ListEncryptionConfigsPage,CmekServiceClient.ListEncryptionConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CmekServiceClient.ListEncryptionConfigsFixedSizeCollection

Methods

createCollection(List<CmekServiceClient.ListEncryptionConfigsPage> pages, int collectionSize)

protected CmekServiceClient.ListEncryptionConfigsFixedSizeCollection createCollection(List<CmekServiceClient.ListEncryptionConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListEncryptionConfigsPage>
collectionSize int
Returns
Type Description
CmekServiceClient.ListEncryptionConfigsFixedSizeCollection
Overrides