Class RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection (3.39.0)

public static class RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListKeysRequest,ListKeysResponse,Key,RecaptchaEnterpriseServiceClient.ListKeysPage,RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection

Methods

createCollection(List<RecaptchaEnterpriseServiceClient.ListKeysPage> pages, int collectionSize)

protected RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection createCollection(List<RecaptchaEnterpriseServiceClient.ListKeysPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListKeysPage>
collectionSize int
Returns
Type Description
RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection
Overrides