public interface TransformationSummaryOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldId |
getField()
Set if the transformation was limited to a specific FieldId.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
|
FieldTransformation |
getFieldTransformations(int index)
The field transformation that was applied.
|
int |
getFieldTransformationsCount()
The field transformation that was applied.
|
java.util.List<FieldTransformation> |
getFieldTransformationsList()
The field transformation that was applied.
|
FieldTransformationOrBuilder |
getFieldTransformationsOrBuilder(int index)
The field transformation that was applied.
|
java.util.List<? extends FieldTransformationOrBuilder> |
getFieldTransformationsOrBuilderList()
The field transformation that was applied.
|
InfoType |
getInfoType()
Set if the transformation was limited to a specific info_type.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
Set if the transformation was limited to a specific info_type.
|
RecordSuppression |
getRecordSuppress()
The specific suppression option these stats apply to.
|
RecordSuppressionOrBuilder |
getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
|
TransformationSummary.SummaryResult |
getResults(int index)
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4; |
int |
getResultsCount()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4; |
java.util.List<TransformationSummary.SummaryResult> |
getResultsList()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResultOrBuilder |
getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4; |
java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> |
getResultsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4; |
PrimitiveTransformation |
getTransformation()
The specific transformation these stats apply to.
|
PrimitiveTransformationOrBuilder |
getTransformationOrBuilder()
The specific transformation these stats apply to.
|
boolean |
hasField()
Set if the transformation was limited to a specific FieldId.
|
boolean |
hasInfoType()
Set if the transformation was limited to a specific info_type.
|
boolean |
hasRecordSuppress()
The specific suppression option these stats apply to.
|
boolean |
hasTransformation()
The specific transformation these stats apply to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta1.InfoType info_type = 1;InfoType getInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta1.InfoType info_type = 1;InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta1.InfoType info_type = 1;boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta1.FieldId field = 2;FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta1.FieldId field = 2;FieldIdOrBuilder getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta1.FieldId field = 2;boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta1.PrimitiveTransformation transformation = 3;PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta1.PrimitiveTransformation transformation = 3;PrimitiveTransformationOrBuilder getTransformationOrBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta1.PrimitiveTransformation transformation = 3;java.util.List<FieldTransformation> getFieldTransformationsList()
The field transformation that was applied. This list will contain multiple only in the case of errors.
repeated .google.privacy.dlp.v2beta1.FieldTransformation field_transformations = 5;FieldTransformation getFieldTransformations(int index)
The field transformation that was applied. This list will contain multiple only in the case of errors.
repeated .google.privacy.dlp.v2beta1.FieldTransformation field_transformations = 5;int getFieldTransformationsCount()
The field transformation that was applied. This list will contain multiple only in the case of errors.
repeated .google.privacy.dlp.v2beta1.FieldTransformation field_transformations = 5;java.util.List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
The field transformation that was applied. This list will contain multiple only in the case of errors.
repeated .google.privacy.dlp.v2beta1.FieldTransformation field_transformations = 5;FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)
The field transformation that was applied. This list will contain multiple only in the case of errors.
repeated .google.privacy.dlp.v2beta1.FieldTransformation field_transformations = 5;boolean hasRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta1.RecordSuppression record_suppress = 6;RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta1.RecordSuppression record_suppress = 6;RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta1.RecordSuppression record_suppress = 6;java.util.List<TransformationSummary.SummaryResult> getResultsList()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4;TransformationSummary.SummaryResult getResults(int index)
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4;int getResultsCount()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4;java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4;TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.TransformationSummary.SummaryResult results = 4;