Class RuleServiceClient.ListRuleDeploymentsPage (0.2.0)

public static class RuleServiceClient.ListRuleDeploymentsPage extends AbstractPage<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment,RuleServiceClient.ListRuleDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > RuleServiceClient.ListRuleDeploymentsPage

Methods

createPage(PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, ListRuleDeploymentsResponse response)

protected RuleServiceClient.ListRuleDeploymentsPage createPage(PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, ListRuleDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment>
response ListRuleDeploymentsResponse
Returns
Type Description
RuleServiceClient.ListRuleDeploymentsPage
Overrides

createPageAsync(PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, ApiFuture<ListRuleDeploymentsResponse> futureResponse)

public ApiFuture<RuleServiceClient.ListRuleDeploymentsPage> createPageAsync(PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, ApiFuture<ListRuleDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment>
futureResponse ApiFuture<ListRuleDeploymentsResponse>
Returns
Type Description
ApiFuture<ListRuleDeploymentsPage>
Overrides