Class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage>
-
- com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<RelatedAccountGroup>
,com.google.api.gax.paging.Page<RelatedAccountGroup>
- Enclosing class:
- RecaptchaEnterpriseServiceClient
public static class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage extends com.google.api.gax.paging.AbstractPage<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage
createPage(com.google.api.gax.rpc.PageContext<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup> context, ListRelatedAccountGroupsResponse response)
com.google.api.core.ApiFuture<RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup> context, com.google.api.core.ApiFuture<ListRelatedAccountGroupsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage createPage(com.google.api.gax.rpc.PageContext<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup> context, ListRelatedAccountGroupsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup> context, com.google.api.core.ApiFuture<ListRelatedAccountGroupsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RelatedAccountGroup,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPage>
-
-