Interface IngestConversationsMetadata.IngestConversationsStatsOrBuilder (2.41.0)

public static interface IngestConversationsMetadata.IngestConversationsStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The successfulIngestCount.