Class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection (3.38.0)

public static class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection extends AbstractFixedSizeCollection<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection

Methods

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

protected RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection createCollection(List<RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListRelatedAccountGroupsPage>
collectionSizeint
Returns
TypeDescription
RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection
Overrides