Class RecaptchaEnterpriseServiceV1Beta1Client.ListKeysFixedSizeCollection

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceV1Beta1Client.ListKeysFixedSizeCollection

Methods

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

protected RecaptchaEnterpriseServiceV1Beta1Client.ListKeysFixedSizeCollection createCollection(List<RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListKeysPage>
collectionSizeint
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Client.ListKeysFixedSizeCollection
Overrides