Class RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection (3.92.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection

Methods

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

protected RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection createCollection(@Nullable List<RecaptchaEnterpriseServiceClient.ListKeysPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListKeysPage>
collectionSize int
Returns
Type Description
RecaptchaEnterpriseServiceClient.ListKeysFixedSizeCollection
Overrides