Class TransformationSummary.Builder (3.10.0)

See more code actions.
public static final class TransformationSummary.Builder extends 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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFieldTransformations(Iterable<? extends FieldTransformation> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.FieldTransformation>
Returns

addAllResults(Iterable<? extends TransformationSummary.SummaryResult> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.TransformationSummary.SummaryResult>
Returns

addFieldTransformations(FieldTransformation value)

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;

Parameter
NameDescription
valueFieldTransformation
Returns

addFieldTransformations(FieldTransformation.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueFieldTransformation.Builder
Returns

addFieldTransformations(int index, FieldTransformation value)

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;

Parameters
NameDescription
indexint
valueFieldTransformation
Returns

addFieldTransformations(int index, FieldTransformation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueFieldTransformation.Builder
Returns

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;

Returns

addFieldTransformationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TransformationSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

addResults(TransformationSummary.SummaryResult value)

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;

Parameter Returns

addResults(TransformationSummary.SummaryResult.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueTransformationSummary.SummaryResult.Builder
Returns

addResults(int index, TransformationSummary.SummaryResult value)

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;

Parameters Returns

addResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueTransformationSummary.SummaryResult.Builder
Returns

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;

Returns

addResultsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

build()

public TransformationSummary build()
Returns
TypeDescription
TransformationSummary

buildPartial()

public TransformationSummary buildPartial()
Returns
TypeDescription
TransformationSummary

clear()

public TransformationSummary.Builder clear()
Returns Overrides

clearField()

public TransformationSummary.Builder clearField()

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Returns

clearField(Descriptors.FieldDescriptor field)

public TransformationSummary.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

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;

Returns

clearInfoType()

public TransformationSummary.Builder clearInfoType()

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public TransformationSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearRecordSuppress()

public TransformationSummary.Builder clearRecordSuppress()

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Returns

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;

Returns

clearTransformation()

public TransformationSummary.Builder clearTransformation()

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Returns

clearTransformedBytes()

public TransformationSummary.Builder clearTransformedBytes()

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 7;

Returns
TypeDescription
TransformationSummary.Builder

This builder for chaining.

clone()

public TransformationSummary.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public TransformationSummary getDefaultInstanceForType()
Returns
TypeDescription
TransformationSummary

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getField()

public FieldId getField()

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Returns
TypeDescription
FieldId

The field.

getFieldBuilder()

public FieldId.Builder getFieldBuilder()

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Returns
TypeDescription
FieldId.Builder

getFieldOrBuilder()

public FieldIdOrBuilder getFieldOrBuilder()

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Returns
TypeDescription
FieldIdOrBuilder

getFieldTransformations(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldTransformation

getFieldTransformationsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

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;

Returns
TypeDescription
List<Builder>

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<FieldTransformation>

getFieldTransformationsOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

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;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.FieldTransformationOrBuilder>

getInfoType()

public InfoType getInfoType()

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
TypeDescription
InfoType

The infoType.

getInfoTypeBuilder()

public InfoType.Builder getInfoTypeBuilder()

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
TypeDescription
InfoType.Builder

getInfoTypeOrBuilder()

public InfoTypeOrBuilder getInfoTypeOrBuilder()

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
TypeDescription
InfoTypeOrBuilder

getRecordSuppress()

public RecordSuppression getRecordSuppress()

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Returns
TypeDescription
RecordSuppression

The recordSuppress.

getRecordSuppressBuilder()

public RecordSuppression.Builder getRecordSuppressBuilder()

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Returns

getRecordSuppressOrBuilder()

public RecordSuppressionOrBuilder getRecordSuppressOrBuilder()

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Returns

getResults(int index)

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;

Parameter
NameDescription
indexint
Returns

getResultsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

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;

Returns
TypeDescription
List<Builder>

getResultsCount()

public int getResultsCount()

Collection of all transformations that took place or had an error.

repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<SummaryResult>

getResultsOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns

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;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.TransformationSummary.SummaryResultOrBuilder>

getTransformation()

public PrimitiveTransformation getTransformation()

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Returns
TypeDescription
PrimitiveTransformation

The transformation.

getTransformationBuilder()

public PrimitiveTransformation.Builder getTransformationBuilder()

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Returns

getTransformationOrBuilder()

public PrimitiveTransformationOrBuilder getTransformationOrBuilder()

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Returns

getTransformedBytes()

public long getTransformedBytes()

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 7;

Returns
TypeDescription
long

The transformedBytes.

hasField()

public boolean hasField()

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Returns
TypeDescription
boolean

Whether the field field is set.

hasInfoType()

public boolean hasInfoType()

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
TypeDescription
boolean

Whether the infoType field is set.

hasRecordSuppress()

public boolean hasRecordSuppress()

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Returns
TypeDescription
boolean

Whether the recordSuppress field is set.

hasTransformation()

public boolean hasTransformation()

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Returns
TypeDescription
boolean

Whether the transformation field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeField(FieldId value)

public TransformationSummary.Builder mergeField(FieldId value)

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Parameter
NameDescription
valueFieldId
Returns

mergeFrom(TransformationSummary other)

public TransformationSummary.Builder mergeFrom(TransformationSummary other)
Parameter
NameDescription
otherTransformationSummary
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TransformationSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TransformationSummary.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeInfoType(InfoType value)

public TransformationSummary.Builder mergeInfoType(InfoType value)

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Parameter
NameDescription
valueInfoType
Returns

mergeRecordSuppress(RecordSuppression value)

public TransformationSummary.Builder mergeRecordSuppress(RecordSuppression value)

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Parameter
NameDescription
valueRecordSuppression
Returns

mergeTransformation(PrimitiveTransformation value)

public TransformationSummary.Builder mergeTransformation(PrimitiveTransformation value)

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Parameter
NameDescription
valuePrimitiveTransformation
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TransformationSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeFieldTransformations(int index)

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;

Parameter
NameDescription
indexint
Returns

removeResults(int index)

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;

Parameter
NameDescription
indexint
Returns

setField(FieldId value)

public TransformationSummary.Builder setField(FieldId value)

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Parameter
NameDescription
valueFieldId
Returns

setField(FieldId.Builder builderForValue)

public TransformationSummary.Builder setField(FieldId.Builder builderForValue)

Set if the transformation was limited to a specific FieldId.

.google.privacy.dlp.v2.FieldId field = 2;

Parameter
NameDescription
builderForValueFieldId.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public TransformationSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setFieldTransformations(int index, FieldTransformation value)

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;

Parameters
NameDescription
indexint
valueFieldTransformation
Returns

setFieldTransformations(int index, FieldTransformation.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueFieldTransformation.Builder
Returns

setInfoType(InfoType value)

public TransformationSummary.Builder setInfoType(InfoType value)

Set if the transformation was limited to a specific InfoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Parameter
NameDescription
valueInfoType
Returns

setInfoType(InfoType.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueInfoType.Builder
Returns

setRecordSuppress(RecordSuppression value)

public TransformationSummary.Builder setRecordSuppress(RecordSuppression value)

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Parameter
NameDescription
valueRecordSuppression
Returns

setRecordSuppress(RecordSuppression.Builder builderForValue)

public TransformationSummary.Builder setRecordSuppress(RecordSuppression.Builder builderForValue)

The specific suppression option these stats apply to.

.google.privacy.dlp.v2.RecordSuppression record_suppress = 6;

Parameter
NameDescription
builderForValueRecordSuppression.Builder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TransformationSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setResults(int index, TransformationSummary.SummaryResult value)

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;

Parameters Returns

setResults(int index, TransformationSummary.SummaryResult.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueTransformationSummary.SummaryResult.Builder
Returns

setTransformation(PrimitiveTransformation value)

public TransformationSummary.Builder setTransformation(PrimitiveTransformation value)

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Parameter
NameDescription
valuePrimitiveTransformation
Returns

setTransformation(PrimitiveTransformation.Builder builderForValue)

public TransformationSummary.Builder setTransformation(PrimitiveTransformation.Builder builderForValue)

The specific transformation these stats apply to.

.google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;

Parameter
NameDescription
builderForValuePrimitiveTransformation.Builder
Returns

setTransformedBytes(long value)

public TransformationSummary.Builder setTransformedBytes(long value)

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 7;

Parameter
NameDescription
valuelong

The transformedBytes to set.

Returns
TypeDescription
TransformationSummary.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TransformationSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides