public interface ListAnalysesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Analysis |
getAnalyses(int index)
The analyses that match the request.
|
int |
getAnalysesCount()
The analyses that match the request.
|
List<Analysis> |
getAnalysesList()
The analyses that match the request.
|
AnalysisOrBuilder |
getAnalysesOrBuilder(int index)
The analyses that match the request.
|
List<? extends AnalysisOrBuilder> |
getAnalysesOrBuilderList()
The analyses that match the request.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Analysis> getAnalysesList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;Analysis getAnalyses(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;int getAnalysesCount()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;List<? extends AnalysisOrBuilder> getAnalysesOrBuilderList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;AnalysisOrBuilder getAnalysesOrBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 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.