Interface TransformationSummary.SummaryResultOrBuilder (3.6.6)

public static interface TransformationSummary.SummaryResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract TransformationSummary.TransformationResultCode getCode()

Outcome of the transformation.

.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;

Returns
TypeDescription
TransformationSummary.TransformationResultCode

The code.

getCodeValue()

public abstract int getCodeValue()

Outcome of the transformation.

.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getCount()

public abstract long getCount()

Number of transformations counted by this result.

int64 count = 1;

Returns
TypeDescription
long

The count.

getDetails()

public abstract String getDetails()

A place for warnings or errors to show up if a transformation didn't work as expected.

string details = 3;

Returns
TypeDescription
String

The details.

getDetailsBytes()

public abstract ByteString getDetailsBytes()

A place for warnings or errors to show up if a transformation didn't work as expected.

string details = 3;

Returns
TypeDescription
ByteString

The bytes for details.