public interface ListIssuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Issue> getIssuesList()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;Issue getIssues(int index)
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;int getIssuesCount()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;List<? extends IssueOrBuilder> getIssuesOrBuilderList()
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;IssueOrBuilder getIssuesOrBuilder(int index)
The issues that match the request.
repeated .google.cloud.contactcenterinsights.v1.Issue issues = 1;Copyright © 2023 Google LLC. All rights reserved.