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.v2.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.v2.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.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(int index,
TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
addResults(TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
addResultsBuilder()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
addResultsBuilder(int index)
repeated .google.privacy.dlp.v2.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.v2.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.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.SummaryResult.Builder |
getResultsBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4; |
java.util.List<TransformationSummary.SummaryResult.Builder> |
getResultsBuilderList()
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.
|
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.v2.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.v2.TransformationSummary.SummaryResult results = 4; |
TransformationSummary.Builder |
setResults(int index,
TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public TransformationSummary build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public TransformationSummary buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public TransformationSummary.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder mergeFrom(TransformationSummary other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public TransformationSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<TransformationSummary.Builder>
java.io.IOException
public boolean hasInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
hasInfoType
in interface TransformationSummaryOrBuilder
public InfoType getInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
getInfoType
in interface TransformationSummaryOrBuilder
public TransformationSummary.Builder setInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.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.v2.InfoType info_type = 1;
public TransformationSummary.Builder mergeInfoType(InfoType value)
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
public TransformationSummary.Builder clearInfoType()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
public InfoType.Builder getInfoTypeBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
public InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific info_type.
.google.privacy.dlp.v2.InfoType info_type = 1;
getInfoTypeOrBuilder
in interface TransformationSummaryOrBuilder
public boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
hasField
in interface TransformationSummaryOrBuilder
public FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
getField
in interface TransformationSummaryOrBuilder
public 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 TransformationSummaryOrBuilder
public boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
hasTransformation
in interface TransformationSummaryOrBuilder
public PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
getTransformation
in interface TransformationSummaryOrBuilder
public 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 TransformationSummaryOrBuilder
public 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;
getFieldTransformationsList
in interface TransformationSummaryOrBuilder
public 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 TransformationSummaryOrBuilder
public 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 TransformationSummaryOrBuilder
public 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(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.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 TransformationSummaryOrBuilder
public 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;
getFieldTransformationsOrBuilderList
in interface TransformationSummaryOrBuilder
public 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 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.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 TransformationSummaryOrBuilder
public RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
getRecordSuppress
in interface TransformationSummaryOrBuilder
public 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 TransformationSummaryOrBuilder
public java.util.List<TransformationSummary.SummaryResult> getResultsList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
getResultsList
in interface TransformationSummaryOrBuilder
public int getResultsCount()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
getResultsCount
in interface TransformationSummaryOrBuilder
public TransformationSummary.SummaryResult getResults(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
getResults
in interface TransformationSummaryOrBuilder
public TransformationSummary.Builder setResults(int index, TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder setResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder addResults(TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder addResults(int index, TransformationSummary.SummaryResult value)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder addResults(TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder addResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder addAllResults(java.lang.Iterable<? extends TransformationSummary.SummaryResult> values)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder clearResults()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.Builder removeResults(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.SummaryResult.Builder getResultsBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
getResultsOrBuilder
in interface TransformationSummaryOrBuilder
public java.util.List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
getResultsOrBuilderList
in interface TransformationSummaryOrBuilder
public TransformationSummary.SummaryResult.Builder addResultsBuilder()
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public TransformationSummary.SummaryResult.Builder addResultsBuilder(int index)
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
public java.util.List<TransformationSummary.SummaryResult.Builder> getResultsBuilderList()
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 TransformationSummaryOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>
public final TransformationSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<TransformationSummary.Builder>