public static interface TransformationSummary.SummaryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransformationSummary.TransformationResultCode |
getCode()
Outcome of the transformation.
|
int |
getCodeValue()
Outcome of the transformation.
|
long |
getCount()
Number of transformations counted by this result.
|
String |
getDetails()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
com.google.protobuf.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, hasOneoflong getCount()
Number of transformations counted by this result.
int64 count = 1;int getCodeValue()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;TransformationSummary.TransformationResultCode getCode()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;String getDetails()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;com.google.protobuf.ByteString getDetailsBytes()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;Copyright © 2022 Google LLC. All rights reserved.