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.v2.TransformationSummary.SummaryResult results = 4; |
int |
getResultsCount()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
java.util.List<TransformationSummary.SummaryResult> |
getResultsList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResultOrBuilder |
getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> |
getResultsOrBuilderList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
PrimitiveTransformation |
getTransformation()
The specific transformation these stats apply to.
|
PrimitiveTransformationOrBuilder |
getTransformationOrBuilder()
The specific transformation these stats apply to.
|
long |
getTransformedBytes()
Total size in bytes that were transformed in some way.
|
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, hasOneof
isInitialized
boolean hasInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
InfoType getInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
FieldIdOrBuilder getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
PrimitiveTransformationOrBuilder getTransformationOrBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
java.util.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;
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;
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;
java.util.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;
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;
boolean hasRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
java.util.List<TransformationSummary.SummaryResult> getResultsList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
TransformationSummary.SummaryResult getResults(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
int getResultsCount()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;