public interface BulkAnalyzeConversationsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCompletedAnalysesCount()
The number of requested analyses that have completed successfully so far.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time the operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the operation was created.
|
com.google.protobuf.Timestamp |
getEndTime()
The time the operation finished running.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time the operation finished running.
|
int |
getFailedAnalysesCount()
The number of requested analyses that have failed so far.
|
com.google.rpc.Status |
getPartialErrors(int index)
Output only.
|
int |
getPartialErrorsCount()
Output only.
|
List<com.google.rpc.Status> |
getPartialErrorsList()
Output only.
|
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilder(int index)
Output only.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialErrorsOrBuilderList()
Output only.
|
BulkAnalyzeConversationsRequest |
getRequest()
The original request for bulk analyze.
|
BulkAnalyzeConversationsRequestOrBuilder |
getRequestOrBuilder()
The original request for bulk analyze.
|
int |
getTotalRequestedAnalysesCount()
Total number of analyses requested.
|
boolean |
hasCreateTime()
The time the operation was created.
|
boolean |
hasEndTime()
The time the operation finished running.
|
boolean |
hasRequest()
The original request for bulk analyze.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;boolean hasEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;boolean hasRequest()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
BulkAnalyzeConversationsRequest getRequest()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
BulkAnalyzeConversationsRequestOrBuilder getRequestOrBuilder()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
int getCompletedAnalysesCount()
The number of requested analyses that have completed successfully so far.
int32 completed_analyses_count = 4;int getFailedAnalysesCount()
The number of requested analyses that have failed so far.
int32 failed_analyses_count = 5;int getTotalRequestedAnalysesCount()
Total number of analyses requested. Computed by the number of conversations returned by `filter` multiplied by `analysis_percentage` in the request.
int32 total_requested_analyses_count = 6;List<com.google.rpc.Status> getPartialErrorsList()
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.Status getPartialErrors(int index)
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPartialErrorsCount()
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.