Interface IssueModelResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueModelResult,IssueModelResult.Builder
public interface IssueModelResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIssueModel()Issue model that generates the result.com.google.protobuf.ByteStringgetIssueModelBytes()Issue model that generates the result.IssueAssignmentgetIssues(int index)All the matched issues.intgetIssuesCount()All the matched issues.List<IssueAssignment>getIssuesList()All the matched issues.IssueAssignmentOrBuildergetIssuesOrBuilder(int index)All the matched issues.List<? extends IssueAssignmentOrBuilder>getIssuesOrBuilderList()All the matched issues.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssueModel
String getIssueModel()
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}string issue_model = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The issueModel.
-
getIssueModelBytes
com.google.protobuf.ByteString getIssueModelBytes()
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}string issue_model = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for issueModel.
-
getIssuesList
List<IssueAssignment> getIssuesList()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
-
getIssues
IssueAssignment getIssues(int index)
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
-
getIssuesCount
int getIssuesCount()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
-
getIssuesOrBuilderList
List<? extends IssueAssignmentOrBuilder> getIssuesOrBuilderList()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
-
getIssuesOrBuilder
IssueAssignmentOrBuilder getIssuesOrBuilder(int index)
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
-
-