public interface BulkAnalyzeConversationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedAnalysisCount()
Count of failed analyses.
|
int |
getSuccessfulAnalysisCount()
Count of successful analyses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSuccessfulAnalysisCount()
Count of successful analyses.
int32 successful_analysis_count = 1;int getFailedAnalysisCount()
Count of failed analyses.
int32 failed_analysis_count = 2;Copyright © 2023 Google LLC. All rights reserved.