Package com.google.privacy.dlp.v2
Class TransformationSummary.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
- com.google.privacy.dlp.v2.TransformationSummary.Builder
-
- All Implemented Interfaces:
TransformationSummaryOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TransformationSummary
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 typegoogle.privacy.dlp.v2.TransformationSummary
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(int index, 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(FieldTransformation value)
The field transformation that was applied.TransformationSummary.Builder
addFieldTransformations(FieldTransformation.Builder builderForValue)
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 value)
Collection of all transformations that took place or had an error.TransformationSummary.Builder
addResults(int index, 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.Builder
addResults(TransformationSummary.SummaryResult.Builder builderForValue)
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(TransformationSummary other)
TransformationSummary.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TransformationSummary.Builder
mergeFrom(com.google.protobuf.Message 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(FieldId value)
Set if the transformation was limited to a specific FieldId.TransformationSummary.Builder
setField(FieldId.Builder builderForValue)
Set if the transformation was limited to a specific FieldId.TransformationSummary.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TransformationSummary.Builder
setFieldTransformations(int index, FieldTransformation value)
The field transformation that was applied.TransformationSummary.Builder
setFieldTransformations(int index, FieldTransformation.Builder builderForValue)
The field transformation that was applied.TransformationSummary.Builder
setInfoType(InfoType value)
Set if the transformation was limited to a specific InfoType.TransformationSummary.Builder
setInfoType(InfoType.Builder builderForValue)
Set if the transformation was limited to a specific InfoType.TransformationSummary.Builder
setRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.TransformationSummary.Builder
setRecordSuppress(RecordSuppression.Builder builderForValue)
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 value)
Collection of all transformations that took place or had an error.TransformationSummary.Builder
setResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)
Collection of all transformations that took place or had an error.TransformationSummary.Builder
setTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.TransformationSummary.Builder
setTransformation(PrimitiveTransformation.Builder builderForValue)
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
clear
public TransformationSummary.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
getDefaultInstanceForType
public TransformationSummary getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TransformationSummary build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TransformationSummary buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TransformationSummary.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
setField
public TransformationSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
clearField
public TransformationSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
clearOneof
public TransformationSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
setRepeatedField
public TransformationSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
addRepeatedField
public TransformationSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
mergeFrom
public TransformationSummary.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransformationSummary.Builder>
-
mergeFrom
public TransformationSummary.Builder mergeFrom(TransformationSummary other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
mergeFrom
public TransformationSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransformationSummary.Builder>
- Throws:
IOException
-
hasInfoType
public boolean hasInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
hasInfoType
in interfaceTransformationSummaryOrBuilder
- Returns:
- Whether the infoType field is set.
-
getInfoType
public InfoType getInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
getInfoType
in interfaceTransformationSummaryOrBuilder
- Returns:
- The infoType.
-
setInfoType
public TransformationSummary.Builder setInfoType(InfoType value)
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
setInfoType
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;
-
mergeInfoType
public TransformationSummary.Builder mergeInfoType(InfoType value)
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
clearInfoType
public TransformationSummary.Builder clearInfoType()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
getInfoTypeBuilder
public InfoType.Builder getInfoTypeBuilder()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
getInfoTypeOrBuilder
public InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific InfoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
getInfoTypeOrBuilder
in interfaceTransformationSummaryOrBuilder
-
hasField
public boolean hasField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
- Specified by:
hasField
in interfaceTransformationSummaryOrBuilder
- Returns:
- Whether the field field is set.
-
getField
public FieldId getField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
- Specified by:
getField
in interfaceTransformationSummaryOrBuilder
- Returns:
- The field.
-
setField
public TransformationSummary.Builder setField(FieldId value)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
setField
public TransformationSummary.Builder setField(FieldId.Builder builderForValue)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
mergeField
public TransformationSummary.Builder mergeField(FieldId value)
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
clearField
public TransformationSummary.Builder clearField()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
getFieldBuilder
public FieldId.Builder getFieldBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
-
getFieldOrBuilder
public FieldIdOrBuilder getFieldOrBuilder()
Set if the transformation was limited to a specific FieldId.
.google.privacy.dlp.v2.FieldId field = 2;
- Specified by:
getFieldOrBuilder
in interfaceTransformationSummaryOrBuilder
-
hasTransformation
public boolean hasTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
- Specified by:
hasTransformation
in interfaceTransformationSummaryOrBuilder
- Returns:
- Whether the transformation field is set.
-
getTransformation
public PrimitiveTransformation getTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
- Specified by:
getTransformation
in interfaceTransformationSummaryOrBuilder
- Returns:
- The transformation.
-
setTransformation
public TransformationSummary.Builder setTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
setTransformation
public TransformationSummary.Builder setTransformation(PrimitiveTransformation.Builder builderForValue)
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
mergeTransformation
public TransformationSummary.Builder mergeTransformation(PrimitiveTransformation value)
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
clearTransformation
public TransformationSummary.Builder clearTransformation()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
getTransformationBuilder
public PrimitiveTransformation.Builder getTransformationBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
-
getTransformationOrBuilder
public PrimitiveTransformationOrBuilder getTransformationOrBuilder()
The specific transformation these stats apply to.
.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
- Specified by:
getTransformationOrBuilder
in interfaceTransformationSummaryOrBuilder
-
getFieldTransformationsList
public 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;
- Specified by:
getFieldTransformationsList
in interfaceTransformationSummaryOrBuilder
-
getFieldTransformationsCount
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;
- Specified by:
getFieldTransformationsCount
in interfaceTransformationSummaryOrBuilder
-
getFieldTransformations
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;
- Specified by:
getFieldTransformations
in interfaceTransformationSummaryOrBuilder
-
setFieldTransformations
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;
-
setFieldTransformations
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;
-
addFieldTransformations
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;
-
addFieldTransformations
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;
-
addFieldTransformations
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;
-
addFieldTransformations
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;
-
addAllFieldTransformations
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;
-
clearFieldTransformations
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;
-
removeFieldTransformations
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;
-
getFieldTransformationsBuilder
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;
-
getFieldTransformationsOrBuilder
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;
- Specified by:
getFieldTransformationsOrBuilder
in interfaceTransformationSummaryOrBuilder
-
getFieldTransformationsOrBuilderList
public 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;
- Specified by:
getFieldTransformationsOrBuilderList
in interfaceTransformationSummaryOrBuilder
-
addFieldTransformationsBuilder
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;
-
addFieldTransformationsBuilder
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;
-
getFieldTransformationsBuilderList
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;
-
hasRecordSuppress
public boolean hasRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
- Specified by:
hasRecordSuppress
in interfaceTransformationSummaryOrBuilder
- Returns:
- Whether the recordSuppress field is set.
-
getRecordSuppress
public RecordSuppression getRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
- Specified by:
getRecordSuppress
in interfaceTransformationSummaryOrBuilder
- Returns:
- The recordSuppress.
-
setRecordSuppress
public TransformationSummary.Builder setRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
setRecordSuppress
public TransformationSummary.Builder setRecordSuppress(RecordSuppression.Builder builderForValue)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
mergeRecordSuppress
public TransformationSummary.Builder mergeRecordSuppress(RecordSuppression value)
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
clearRecordSuppress
public TransformationSummary.Builder clearRecordSuppress()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
getRecordSuppressBuilder
public RecordSuppression.Builder getRecordSuppressBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
-
getRecordSuppressOrBuilder
public RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
The specific suppression option these stats apply to.
.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
- Specified by:
getRecordSuppressOrBuilder
in interfaceTransformationSummaryOrBuilder
-
getResultsList
public List<TransformationSummary.SummaryResult> getResultsList()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
- Specified by:
getResultsList
in interfaceTransformationSummaryOrBuilder
-
getResultsCount
public int getResultsCount()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
- Specified by:
getResultsCount
in interfaceTransformationSummaryOrBuilder
-
getResults
public 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;
- Specified by:
getResults
in interfaceTransformationSummaryOrBuilder
-
setResults
public 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;
-
setResults
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;
-
addResults
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;
-
addResults
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;
-
addResults
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;
-
addResults
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;
-
addAllResults
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;
-
clearResults
public TransformationSummary.Builder clearResults()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
removeResults
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;
-
getResultsBuilder
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;
-
getResultsOrBuilder
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;
- Specified by:
getResultsOrBuilder
in interfaceTransformationSummaryOrBuilder
-
getResultsOrBuilderList
public 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;
- Specified by:
getResultsOrBuilderList
in interfaceTransformationSummaryOrBuilder
-
addResultsBuilder
public TransformationSummary.SummaryResult.Builder addResultsBuilder()
Collection of all transformations that took place or had an error.
repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
-
addResultsBuilder
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;
-
getResultsBuilderList
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;
-
getTransformedBytes
public long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;
- Specified by:
getTransformedBytes
in interfaceTransformationSummaryOrBuilder
- Returns:
- The transformedBytes.
-
setTransformedBytes
public TransformationSummary.Builder setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;
- Parameters:
value
- The transformedBytes to set.- Returns:
- This builder for chaining.
-
clearTransformedBytes
public TransformationSummary.Builder clearTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 7;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final TransformationSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
mergeUnknownFields
public final TransformationSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.Builder>
-
-