Interface DeidentifyDataSourceStatsOrBuilder (3.44.0)

public interface DeidentifyDataSourceStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTransformationCount()

public abstract long getTransformationCount()

Number of successfully applied transformations.

int64 transformation_count = 2;

Returns
TypeDescription
long

The transformationCount.

getTransformationErrorCount()

public abstract long getTransformationErrorCount()

Number of errors encountered while trying to apply transformations.

int64 transformation_error_count = 3;

Returns
TypeDescription
long

The transformationErrorCount.

getTransformedBytes()

public abstract long getTransformedBytes()

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 1;

Returns
TypeDescription
long

The transformedBytes.