public static interface IngestConversationsMetadata.IngestConversationsStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDuplicatesSkippedCount()
public abstract int getDuplicatesSkippedCount()Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
int32 duplicates_skipped_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The duplicatesSkippedCount. |
getFailedIngestCount()
public abstract int getFailedIngestCount()Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.
int32 failed_ingest_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The failedIngestCount. |
getProcessedObjectCount()
public abstract int getProcessedObjectCount()Output only. The number of objects processed during the ingest operation.
int32 processed_object_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The processedObjectCount. |
getSuccessfulIngestCount()
public abstract int getSuccessfulIngestCount()Output only. The number of new conversations added during this ingest operation.
int32 successful_ingest_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The successfulIngestCount. |