public interface ListViewsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getViews(int index)
public abstract View getViews(int index)The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;
| Name | Description |
| index | int |
| Type | Description |
| View |
getViewsCount()
public abstract int getViewsCount()The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;
| Type | Description |
| int |
getViewsList()
public abstract List<View> getViewsList()The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;
| Type | Description |
| List<View> |
getViewsOrBuilder(int index)
public abstract ViewOrBuilder getViewsOrBuilder(int index)The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;
| Name | Description |
| index | int |
| Type | Description |
| ViewOrBuilder |
getViewsOrBuilderList()
public abstract List<? extends ViewOrBuilder> getViewsOrBuilderList()The views that match the request.
repeated .google.cloud.contactcenterinsights.v1.View views = 1;
| Type | Description |
| List<? extends com.google.cloud.contactcenterinsights.v1.ViewOrBuilder> |