public interface DeidentifyDataSourceStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTransformationCount()
public abstract long getTransformationCount()
Number of successfully applied transformations.
int64 transformation_count = 2;
Returns | |
---|---|
Type | Description |
long |
The transformationCount. |
getTransformationErrorCount()
public abstract long getTransformationErrorCount()
Number of errors encountered while trying to apply transformations.
int64 transformation_error_count = 3;
Returns | |
---|---|
Type | Description |
long |
The transformationErrorCount. |
getTransformedBytes()
public abstract long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 1;
Returns | |
---|---|
Type | Description |
long |
The transformedBytes. |