public static final class TransformationSummary.Builder extends GeneratedMessageV3.Builder<TransformationSummary.Builder> implements TransformationSummaryOrBuilder
Summary of a single tranformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.Protobuf type
google.privacy.dlp.v2beta2.TransformationSummary| Modifier and Type | Method and Description |
|---|---|
TransformationSummary.Builder |
addAllFieldTransformations(java.lang.Iterable<? extends FieldTransformation> values)
The field transformation that was applied.
|
TransformationSummary.Builder |
addAllResults(java.lang.Iterable<? extends TransformationSummary.SummaryResult> values)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addFieldTransformations(FieldTransformation.Builder builderForValue)
The field transformation that was applied.
|
TransformationSummary.Builder |
addFieldTransformations(FieldTransformation value)
The field transformation that was applied.
|
TransformationSummary.Builder |
addFieldTransformations(int index,
FieldTransformation.Builder builderForValue)
The field transformation that was applied.
|
TransformationSummary.Builder |
addFieldTransformations(int index,
FieldTransformation value)
The field transformation that was applied.
|
FieldTransformation.Builder |
addFieldTransformationsBuilder()
The field transformation that was applied.
|
FieldTransformation.Builder |
addFieldTransformationsBuilder(int index)
The field transformation that was applied.
|
TransformationSummary.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
TransformationSummary.Builder |
addResults(int index,
TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(int index,
TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
addResultsBuilder()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
addResultsBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary |
build() |
TransformationSummary |
buildPartial() |
TransformationSummary.Builder |
clear() |
TransformationSummary.Builder |
clearField()
Set if the transformation was limited to a specific FieldId.
|
TransformationSummary.Builder |
clearField(Descriptors.FieldDescriptor field) |
TransformationSummary.Builder |
clearFieldTransformations()
The field transformation that was applied.
|
TransformationSummary.Builder |
clearInfoType()
Set if the transformation was limited to a specific info_type.
|
TransformationSummary.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
TransformationSummary.Builder |
clearRecordSuppress()
The specific suppression option these stats apply to.
|
TransformationSummary.Builder |
clearResults()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
clearTransformation()
The specific transformation these stats apply to.
|
TransformationSummary.Builder |
clearTransformedBytes()
Total size in bytes that were transformed in some way.
|
TransformationSummary.Builder |
clone() |
TransformationSummary |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
FieldId |
getField()
Set if the transformation was limited to a specific FieldId.
|
FieldId.Builder |
getFieldBuilder()
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.
|
FieldTransformation.Builder |
getFieldTransformationsBuilder(int index)
The field transformation that was applied.
|
java.util.List<FieldTransformation.Builder> |
getFieldTransformationsBuilderList()
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.
|
InfoType.Builder |
getInfoTypeBuilder()
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.
|
RecordSuppression.Builder |
getRecordSuppressBuilder()
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.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
getResultsBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
java.util.List<TransformationSummary.SummaryResult.Builder> |
getResultsBuilderList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
int |
getResultsCount()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
java.util.List<TransformationSummary.SummaryResult> |
getResultsList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResultOrBuilder |
getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> |
getResultsOrBuilderList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
PrimitiveTransformation |
getTransformation()
The specific transformation these stats apply to.
|
PrimitiveTransformation.Builder |
getTransformationBuilder()
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransformationSummary.Builder |
mergeField(FieldId value)
Set if the transformation was limited to a specific FieldId.
|
TransformationSummary.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
TransformationSummary.Builder |
mergeFrom(Message other) |
TransformationSummary.Builder |
mergeFrom(TransformationSummary other) |
TransformationSummary.Builder |
mergeInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
|
TransformationSummary.Builder |
mergeRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
|
TransformationSummary.Builder |
mergeTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
|
TransformationSummary.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
TransformationSummary.Builder |
removeFieldTransformations(int index)
The field transformation that was applied.
|
TransformationSummary.Builder |
removeResults(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
TransformationSummary.Builder |
setField(FieldId.Builder builderForValue)
Set if the transformation was limited to a specific FieldId.
|
TransformationSummary.Builder |
setField(FieldId value)
Set if the transformation was limited to a specific FieldId.
|
TransformationSummary.Builder |
setFieldTransformations(int index,
FieldTransformation.Builder builderForValue)
The field transformation that was applied.
|
TransformationSummary.Builder |
setFieldTransformations(int index,
FieldTransformation value)
The field transformation that was applied.
|
TransformationSummary.Builder |
setInfoType(InfoType.Builder builderForValue)
Set if the transformation was limited to a specific info_type.
|
TransformationSummary.Builder |
setInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
|
TransformationSummary.Builder |
setRecordSuppress(RecordSuppression.Builder builderForValue)
The specific suppression option these stats apply to.
|
TransformationSummary.Builder |
setRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
|
TransformationSummary.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
TransformationSummary.Builder |
setResults(int index,
TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
setResults(int index,
TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
setTransformation(PrimitiveTransformation.Builder builderForValue)
The specific transformation these stats apply to.
|
TransformationSummary.Builder |
setTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
|
TransformationSummary.Builder |
setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
|
TransformationSummary.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic TransformationSummary build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic TransformationSummary buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic TransformationSummary.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<TransformationSummary.Builder>public TransformationSummary.Builder mergeFrom(TransformationSummary other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public TransformationSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<TransformationSummary.Builder>java.io.IOExceptionpublic boolean hasInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;hasInfoType in interface TransformationSummaryOrBuilderpublic InfoType getInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;getInfoType in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;public TransformationSummary.Builder setInfoType(InfoType.Builder builderForValue)
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;public TransformationSummary.Builder mergeInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;public TransformationSummary.Builder clearInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;public InfoType.Builder getInfoTypeBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;public InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2beta2.InfoType info_type = 1;getInfoTypeOrBuilder in interface TransformationSummaryOrBuilderpublic boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;hasField in interface TransformationSummaryOrBuilderpublic FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;getField in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setField(FieldId value)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;public TransformationSummary.Builder setField(FieldId.Builder builderForValue)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;public TransformationSummary.Builder mergeField(FieldId value)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;public TransformationSummary.Builder clearField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;public FieldId.Builder getFieldBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;public FieldIdOrBuilder getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2beta2.FieldId field = 2;getFieldOrBuilder in interface TransformationSummaryOrBuilderpublic boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;hasTransformation in interface TransformationSummaryOrBuilderpublic PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;getTransformation in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;public TransformationSummary.Builder setTransformation(PrimitiveTransformation.Builder builderForValue)
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;public TransformationSummary.Builder mergeTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;public TransformationSummary.Builder clearTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;public PrimitiveTransformation.Builder getTransformationBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;public PrimitiveTransformationOrBuilder getTransformationOrBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2beta2.PrimitiveTransformation transformation = 3;getTransformationOrBuilder in interface TransformationSummaryOrBuilderpublic 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.v2beta2.FieldTransformation field_transformations = 5;getFieldTransformationsList in interface TransformationSummaryOrBuilderpublic 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.v2beta2.FieldTransformation field_transformations = 5;getFieldTransformationsCount in interface TransformationSummaryOrBuilderpublic 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.v2beta2.FieldTransformation field_transformations = 5;getFieldTransformations in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setFieldTransformations(int index, FieldTransformation value)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder setFieldTransformations(int index, FieldTransformation.Builder builderForValue)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder addFieldTransformations(FieldTransformation value)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder addFieldTransformations(int index, FieldTransformation value)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder addFieldTransformations(FieldTransformation.Builder builderForValue)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder addFieldTransformations(int index, FieldTransformation.Builder builderForValue)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder addAllFieldTransformations(java.lang.Iterable<? extends FieldTransformation> values)
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder clearFieldTransformations()
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.v2beta2.FieldTransformation field_transformations = 5;public TransformationSummary.Builder removeFieldTransformations(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.v2beta2.FieldTransformation field_transformations = 5;public FieldTransformation.Builder getFieldTransformationsBuilder(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.v2beta2.FieldTransformation field_transformations = 5;public 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.v2beta2.FieldTransformation field_transformations = 5;getFieldTransformationsOrBuilder in interface TransformationSummaryOrBuilderpublic 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.v2beta2.FieldTransformation field_transformations = 5;getFieldTransformationsOrBuilderList in interface TransformationSummaryOrBuilderpublic FieldTransformation.Builder addFieldTransformationsBuilder()
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.v2beta2.FieldTransformation field_transformations = 5;public FieldTransformation.Builder addFieldTransformationsBuilder(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.v2beta2.FieldTransformation field_transformations = 5;public java.util.List<FieldTransformation.Builder> getFieldTransformationsBuilderList()
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.v2beta2.FieldTransformation field_transformations = 5;public boolean hasRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;hasRecordSuppress in interface TransformationSummaryOrBuilderpublic RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;getRecordSuppress in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;public TransformationSummary.Builder setRecordSuppress(RecordSuppression.Builder builderForValue)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;public TransformationSummary.Builder mergeRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;public TransformationSummary.Builder clearRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;public RecordSuppression.Builder getRecordSuppressBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;public RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2beta2.RecordSuppression record_suppress = 6;getRecordSuppressOrBuilder in interface TransformationSummaryOrBuilderpublic java.util.List<TransformationSummary.SummaryResult> getResultsList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;getResultsList in interface TransformationSummaryOrBuilderpublic int getResultsCount()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;getResultsCount in interface TransformationSummaryOrBuilderpublic TransformationSummary.SummaryResult getResults(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;getResults in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setResults(int index, TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder setResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder addResults(TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder addResults(int index, TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder addResults(TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder addResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder addAllResults(java.lang.Iterable<? extends TransformationSummary.SummaryResult> values)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder clearResults()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.Builder removeResults(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.SummaryResult.Builder getResultsBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;getResultsOrBuilder in interface TransformationSummaryOrBuilderpublic java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;getResultsOrBuilderList in interface TransformationSummaryOrBuilderpublic TransformationSummary.SummaryResult.Builder addResultsBuilder()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public TransformationSummary.SummaryResult.Builder addResultsBuilder(int index)
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public java.util.List<TransformationSummary.SummaryResult.Builder> getResultsBuilderList()
repeated .google.privacy.dlp.v2beta2.TransformationSummary.SummaryResult results = 4;public long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;getTransformedBytes in interface TransformationSummaryOrBuilderpublic TransformationSummary.Builder setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;public TransformationSummary.Builder clearTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;public final TransformationSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<TransformationSummary.Builder>public final TransformationSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<TransformationSummary.Builder>