Class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection (3.39.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
Name Description
pages List<ListRelatedAccountGroupsPage>
collectionSize int
Returns
Type Description
RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsFixedSizeCollection
Overrides