Class RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage (0.32.0)

public static class RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage extends AbstractPage<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError,RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage>

Inheritance

java.lang.Object > AbstractPage > RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage

Methods

createPage(PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError> context, ListRuleExecutionErrorsResponse response)

protected RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage createPage(PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError> context, ListRuleExecutionErrorsResponse response)
Parameters
Name Description
context PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError>
response ListRuleExecutionErrorsResponse
Returns
Type Description
RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage
Overrides

createPageAsync(PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError> context, ApiFuture<ListRuleExecutionErrorsResponse> futureResponse)

public ApiFuture<RuleExecutionErrorServiceClient.ListRuleExecutionErrorsPage> createPageAsync(PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError> context, ApiFuture<ListRuleExecutionErrorsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListRuleExecutionErrorsRequest,ListRuleExecutionErrorsResponse,RuleExecutionError>
futureResponse ApiFuture<ListRuleExecutionErrorsResponse>
Returns
Type Description
ApiFuture<ListRuleExecutionErrorsPage>
Overrides