Class ContactCenterInsightsClient.ListQaScorecardsPage (2.95.0)

public static class ContactCenterInsightsClient.ListQaScorecardsPage extends AbstractPage<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard,ContactCenterInsightsClient.ListQaScorecardsPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListQaScorecardsPage

Methods

createPage(@Nullable PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, @Nullable ListQaScorecardsResponse response)

protected ContactCenterInsightsClient.ListQaScorecardsPage createPage(@Nullable PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, @Nullable ListQaScorecardsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard>
response @org.jspecify.annotations.Nullable com.google.cloud.contactcenterinsights.v1.ListQaScorecardsResponse
Returns
Type Description
ContactCenterInsightsClient.ListQaScorecardsPage
Overrides

createPageAsync(@Nullable PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ApiFuture<ListQaScorecardsResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListQaScorecardsPage> createPageAsync(@Nullable PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard> context, ApiFuture<ListQaScorecardsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard>
futureResponse ApiFuture<ListQaScorecardsResponse>
Returns
Type Description
ApiFuture<ListQaScorecardsPage>
Overrides