Interface ListIssuesResponseOrBuilder (2.33.0)

See more code actions.
public interface ListIssuesResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
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>