Interface BatchOperationStatusOrBuilder (0.6.0)

public interface BatchOperationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailureCount()

public abstract int getFailureCount()

The count of assets failed to ingested; it might be due to the annotation ingestion error.

int32 failure_count = 2;

Returns
Type Description
int

The failureCount.

getSuccessCount()

public abstract int getSuccessCount()

The count of assets (together with their annotations if any) successfully ingested.

int32 success_count = 1;

Returns
Type Description
int

The successCount.