Interface ListIssuesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListIssuesResponse
,ListIssuesResponse.Builder
public interface ListIssuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Issue
getIssues(int index)
The issues that match the request.int
getIssuesCount()
The issues that match the request.List<Issue>
getIssuesList()
The issues that match the request.IssueOrBuilder
getIssuesOrBuilder(int index)
The issues that match the request.List<? extends IssueOrBuilder>
getIssuesOrBuilderList()
The issues that match the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssuesList
List<Issue> getIssuesList()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
-
getIssues
Issue getIssues(int index)
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
-
getIssuesCount
int getIssuesCount()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
-
getIssuesOrBuilderList
List<? extends IssueOrBuilder> getIssuesOrBuilderList()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
-
getIssuesOrBuilder
IssueOrBuilder getIssuesOrBuilder(int index)
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;
-
-