Class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection (3.40.0)

public static class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse,RelatedAccountGroupMembership,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPage,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection

Methods

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

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