public interface ListIssueModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IssueModel |
getIssueModels(int index)
The issue models that match the request.
|
int |
getIssueModelsCount()
The issue models that match the request.
|
List<IssueModel> |
getIssueModelsList()
The issue models that match the request.
|
IssueModelOrBuilder |
getIssueModelsOrBuilder(int index)
The issue models that match the request.
|
List<? extends IssueModelOrBuilder> |
getIssueModelsOrBuilderList()
The issue models that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<IssueModel> getIssueModelsList()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;IssueModel getIssueModels(int index)
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;int getIssueModelsCount()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;List<? extends IssueModelOrBuilder> getIssueModelsOrBuilderList()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;IssueModelOrBuilder getIssueModelsOrBuilder(int index)
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;Copyright © 2025 Google LLC. All rights reserved.