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