Class RuleServiceClient.ListRuleDeploymentsPage (0.33.0)

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

Inheritance

java.lang.Object > AbstractPage > RuleServiceClient.ListRuleDeploymentsPage

Methods

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

protected RuleServiceClient.ListRuleDeploymentsPage createPage(@Nullable PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, @Nullable ListRuleDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.chronicle.v1.ListRuleDeploymentsResponse
Returns
Type Description
RuleServiceClient.ListRuleDeploymentsPage
Overrides

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

public ApiFuture<RuleServiceClient.ListRuleDeploymentsPage> createPageAsync(@Nullable PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment> context, ApiFuture<ListRuleDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment>
futureResponse ApiFuture<ListRuleDeploymentsResponse>
Returns
Type Description
ApiFuture<ListRuleDeploymentsPage>
Overrides