public static interface TransformationSummary.SummaryResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TransformationSummary.TransformationResultCode |
getCode()
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2; |
int |
getCodeValue()
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2; |
long |
getCount()
int64 count = 1; |
java.lang.String |
getDetails()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
ByteString |
getDetailsBytes()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getCount()
int64 count = 1;
int getCodeValue()
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
TransformationSummary.TransformationResultCode getCode()
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
java.lang.String getDetails()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;
ByteString getDetailsBytes()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;