Interface ListQaScorecardsResponseOrBuilder (2.54.0)

public interface ListQaScorecardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getQaScorecards(int index)

public abstract QaScorecard getQaScorecards(int index)

The QaScorecards under the parent.

repeated .google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecards = 1;

Parameter
Name Description
index int
Returns
Type Description
QaScorecard

getQaScorecardsCount()

public abstract int getQaScorecardsCount()

The QaScorecards under the parent.

repeated .google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecards = 1;

Returns
Type Description
int

getQaScorecardsList()

public abstract List<QaScorecard> getQaScorecardsList()

The QaScorecards under the parent.

repeated .google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecards = 1;

Returns
Type Description
List<QaScorecard>

getQaScorecardsOrBuilder(int index)

public abstract QaScorecardOrBuilder getQaScorecardsOrBuilder(int index)

The QaScorecards under the parent.

repeated .google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecards = 1;

Parameter
Name Description
index int
Returns
Type Description
QaScorecardOrBuilder

getQaScorecardsOrBuilderList()

public abstract List<? extends QaScorecardOrBuilder> getQaScorecardsOrBuilderList()

The QaScorecards under the parent.

repeated .google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecards = 1;

Returns
Type Description
List<? extends com.google.cloud.contactcenterinsights.v1.QaScorecardOrBuilder>