public interface ListQaScorecardRevisionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
QaScorecardRevision |
getQaScorecardRevisions(int index)
The QaScorecards under the parent.
|
int |
getQaScorecardRevisionsCount()
The QaScorecards under the parent.
|
List<QaScorecardRevision> |
getQaScorecardRevisionsList()
The QaScorecards under the parent.
|
QaScorecardRevisionOrBuilder |
getQaScorecardRevisionsOrBuilder(int index)
The QaScorecards under the parent.
|
List<? extends QaScorecardRevisionOrBuilder> |
getQaScorecardRevisionsOrBuilderList()
The QaScorecards under the parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QaScorecardRevision> getQaScorecardRevisionsList()
The QaScorecards under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revisions = 1;
QaScorecardRevision getQaScorecardRevisions(int index)
The QaScorecards under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revisions = 1;
int getQaScorecardRevisionsCount()
The QaScorecards under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revisions = 1;
List<? extends QaScorecardRevisionOrBuilder> getQaScorecardRevisionsOrBuilderList()
The QaScorecards under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revisions = 1;
QaScorecardRevisionOrBuilder getQaScorecardRevisionsOrBuilder(int index)
The QaScorecards under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revisions = 1;
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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.