Interface ListIssuesResponseOrBuilder (2.20.0)

public interface ListIssuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssues(int index)

public abstract Issue getIssues(int index)

The issues that match the request.

repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Issue

getIssuesCount()

public abstract int getIssuesCount()

The issues that match the request.

repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;

Returns
TypeDescription
int

getIssuesList()

public abstract List<Issue> getIssuesList()

The issues that match the request.

repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
IssueOrBuilder

getIssuesOrBuilderList()

public abstract List<? extends IssueOrBuilder> getIssuesOrBuilderList()

The issues that match the request.

repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;

Returns
TypeDescription
List<? extends com.google.cloud.contactcenterinsights.v1.IssueOrBuilder>