public interface TransformationSummaryOrBuilder
extends com.google.protobuf.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.
|
List<FieldTransformation> |
getFieldTransformationsList()
The field transformation that was applied.
|
FieldTransformationOrBuilder |
getFieldTransformationsOrBuilder(int index)
The field transformation that was applied.
|
List<? extends FieldTransformationOrBuilder> |
getFieldTransformationsOrBuilderList()
The field transformation that was applied.
|
InfoType |
getInfoType()
Set if the transformation was limited to a specific InfoType.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
Set if the transformation was limited to a specific InfoType.
|
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)
Collection of all transformations that took place or had an error.
|
int |
getResultsCount()
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.SummaryResultOrBuilder |
getResultsOrBuilder(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.
|
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 InfoType.
|
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, hasOneofboolean hasInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoType getInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific InfoType.
.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;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;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;List<TransformationSummary.SummaryResult> getResultsList()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;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;int getResultsCount()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;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;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;long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;Copyright © 2022 Google LLC. All rights reserved.