Class ContactCenterInsightsClient.ListAnalysisRulesPage (2.95.0)

public static class ContactCenterInsightsClient.ListAnalysisRulesPage extends AbstractPage<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule,ContactCenterInsightsClient.ListAnalysisRulesPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListAnalysisRulesPage

Methods

createPage(@Nullable PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, @Nullable ListAnalysisRulesResponse response)

protected ContactCenterInsightsClient.ListAnalysisRulesPage createPage(@Nullable PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, @Nullable ListAnalysisRulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule>
response @org.jspecify.annotations.Nullable com.google.cloud.contactcenterinsights.v1.ListAnalysisRulesResponse
Returns
Type Description
ContactCenterInsightsClient.ListAnalysisRulesPage
Overrides

createPageAsync(@Nullable PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ApiFuture<ListAnalysisRulesResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListAnalysisRulesPage> createPageAsync(@Nullable PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ApiFuture<ListAnalysisRulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule>
futureResponse ApiFuture<ListAnalysisRulesResponse>
Returns
Type Description
ApiFuture<ListAnalysisRulesPage>
Overrides