Interface ListIssueModelsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListIssueModelsResponse
,ListIssueModelsResponse.Builder
public interface ListIssueModelsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssueModelsList
List<IssueModel> getIssueModelsList()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;
-
getIssueModels
IssueModel getIssueModels(int index)
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;
-
getIssueModelsCount
int getIssueModelsCount()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;
-
getIssueModelsOrBuilderList
List<? extends IssueModelOrBuilder> getIssueModelsOrBuilderList()
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;
-
getIssueModelsOrBuilder
IssueModelOrBuilder getIssueModelsOrBuilder(int index)
The issue models that match the request.
repeated .google.cloud.contactcenterinsights.v1.IssueModel issue_models = 1;
-
-