public interface ListViewsResponseOrBuilder
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.
|
View |
getViews(int index)
The views that match the request.
|
int |
getViewsCount()
The views that match the request.
|
List<View> |
getViewsList()
The views that match the request.
|
ViewOrBuilder |
getViewsOrBuilder(int index)
The views that match the request.
|
List<? extends ViewOrBuilder> |
getViewsOrBuilderList()
The views that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<View> getViewsList()
The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;View getViews(int index)
The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;int getViewsCount()
The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;List<? extends ViewOrBuilder> getViewsOrBuilderList()
The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;ViewOrBuilder getViewsOrBuilder(int index)
The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 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.