Class RuleSetServiceClient.ListRuleSetsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet,RuleSetServiceClient.ListRuleSetsPage>
-
- com.google.cloud.contentwarehouse.v1.RuleSetServiceClient.ListRuleSetsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<RuleSet>
,com.google.api.gax.paging.Page<RuleSet>
- Enclosing class:
- RuleSetServiceClient
public static class RuleSetServiceClient.ListRuleSetsPage extends com.google.api.gax.paging.AbstractPage<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet,RuleSetServiceClient.ListRuleSetsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RuleSetServiceClient.ListRuleSetsPage
createPage(com.google.api.gax.rpc.PageContext<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet> context, ListRuleSetsResponse response)
com.google.api.core.ApiFuture<RuleSetServiceClient.ListRuleSetsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet> context, com.google.api.core.ApiFuture<ListRuleSetsResponse> 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 RuleSetServiceClient.ListRuleSetsPage createPage(com.google.api.gax.rpc.PageContext<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet> context, ListRuleSetsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet,RuleSetServiceClient.ListRuleSetsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RuleSetServiceClient.ListRuleSetsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet> context, com.google.api.core.ApiFuture<ListRuleSetsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet,RuleSetServiceClient.ListRuleSetsPage>
-
-