Interface IdentityMappingEntryOperationMetadataOrBuilder (0.60.0)

public interface IdentityMappingEntryOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailureCount()

public abstract long getFailureCount()

The number of IdentityMappingEntries that failed to be processed.

int64 failure_count = 2;

Returns
Type Description
long

The failureCount.

getSuccessCount()

public abstract long getSuccessCount()

The number of IdentityMappingEntries that were successfully processed.

int64 success_count = 1;

Returns
Type Description
long

The successCount.

getTotalCount()

public abstract long getTotalCount()

The total number of IdentityMappingEntries that were processed.

int64 total_count = 3;

Returns
Type Description
long

The totalCount.