public interface ListIssuesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIssues(int index)
public abstract Issue getIssues(int index)The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
| Name | Description |
| index | int |
| Type | Description |
| Issue |
getIssuesCount()
public abstract int getIssuesCount()The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
| Type | Description |
| int |
getIssuesList()
public abstract List<Issue> getIssuesList()The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
| Type | Description |
| List<Issue> |
getIssuesOrBuilder(int index)
public abstract IssueOrBuilder getIssuesOrBuilder(int index)The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
| Name | Description |
| index | int |
| Type | Description |
| IssueOrBuilder |
getIssuesOrBuilderList()
public abstract List<? extends IssueOrBuilder> getIssuesOrBuilderList()The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
| Type | Description |
| List<? extends com.google.cloud.contactcenterinsights.v1.IssueOrBuilder> |