Package com.google.privacy.dlp.v2
Interface TransformationSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationSummary,TransformationSummary.Builder
public interface TransformationSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldIdgetField()Set if the transformation was limited to a specific FieldId.FieldIdOrBuildergetFieldOrBuilder()Set if the transformation was limited to a specific FieldId.FieldTransformationgetFieldTransformations(int index)The field transformation that was applied.intgetFieldTransformationsCount()The field transformation that was applied.List<FieldTransformation>getFieldTransformationsList()The field transformation that was applied.FieldTransformationOrBuildergetFieldTransformationsOrBuilder(int index)The field transformation that was applied.List<? extends FieldTransformationOrBuilder>getFieldTransformationsOrBuilderList()The field transformation that was applied.InfoTypegetInfoType()Set if the transformation was limited to a specific InfoType.InfoTypeOrBuildergetInfoTypeOrBuilder()Set if the transformation was limited to a specific InfoType.RecordSuppressiongetRecordSuppress()The specific suppression option these stats apply to.RecordSuppressionOrBuildergetRecordSuppressOrBuilder()The specific suppression option these stats apply to.TransformationSummary.SummaryResultgetResults(int index)Collection of all transformations that took place or had an error.intgetResultsCount()Collection of all transformations that took place or had an error.List<TransformationSummary.SummaryResult>getResultsList()Collection of all transformations that took place or had an error.TransformationSummary.SummaryResultOrBuildergetResultsOrBuilder(int index)Collection of all transformations that took place or had an error.List<? extends TransformationSummary.SummaryResultOrBuilder>getResultsOrBuilderList()Collection of all transformations that took place or had an error.PrimitiveTransformationgetTransformation()The specific transformation these stats apply to.PrimitiveTransformationOrBuildergetTransformationOrBuilder()The specific transformation these stats apply to.longgetTransformedBytes()Total size in bytes that were transformed in some way.booleanhasField()Set if the transformation was limited to a specific FieldId.booleanhasInfoType()Set if the transformation was limited to a specific InfoType.booleanhasRecordSuppress()The specific suppression option these stats apply to.booleanhasTransformation()The specific transformation these stats apply to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfoType
boolean hasInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;- Returns:
- Whether the infoType field is set.
-
getInfoType
InfoType getInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;- Returns:
- The infoType.
-
getInfoTypeOrBuilder
InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
hasField
boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;- Returns:
- Whether the field field is set.
-
getField
FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;- Returns:
- The field.
-
getFieldOrBuilder
FieldIdOrBuilder getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
hasTransformation
boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;- Returns:
- Whether the transformation field is set.
-
getTransformation
PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;- Returns:
- The transformation.
-
getTransformationOrBuilder
PrimitiveTransformationOrBuilder getTransformationOrBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
getFieldTransformationsList
List<FieldTransformation> getFieldTransformationsList()
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
-
getFieldTransformations
FieldTransformation getFieldTransformations(int index)
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
-
getFieldTransformationsCount
int getFieldTransformationsCount()
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
-
getFieldTransformationsOrBuilderList
List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
-
getFieldTransformationsOrBuilder
FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
-
hasRecordSuppress
boolean hasRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;- Returns:
- Whether the recordSuppress field is set.
-
getRecordSuppress
RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;- Returns:
- The recordSuppress.
-
getRecordSuppressOrBuilder
RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
getResultsList
List<TransformationSummary.SummaryResult> getResultsList()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
getResults
TransformationSummary.SummaryResult getResults(int index)
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
getResultsCount
int getResultsCount()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
getResultsOrBuilderList
List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
getResultsOrBuilder
TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder(int index)
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
getTransformedBytes
long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;- Returns:
- The transformedBytes.
-
-