public static final class TransformationOverview.Builder extends GeneratedMessage.Builder<TransformationOverview.Builder> implements TransformationOverviewOrBuilder
Overview of the modifications that occurred.
Protobuf type google.privacy.dlp.v2.TransformationOverview
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public TransformationOverview.Builder addAllTransformationSummaries(Iterable<? extends TransformationSummary> values)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.TransformationSummary>
|
public TransformationOverview.Builder addTransformationSummaries(TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder addTransformationSummaries(TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder addTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder addTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationSummary.Builder addTransformationSummariesBuilder()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationSummary.Builder addTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
index |
int
|
public TransformationOverview build()
public TransformationOverview buildPartial()
public TransformationOverview.Builder clear()
Overrides
public TransformationOverview.Builder clearTransformationSummaries()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder clearTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
public TransformationOverview getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public TransformationSummary getTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
index |
int
|
public TransformationSummary.Builder getTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
index |
int
|
public List<TransformationSummary.Builder> getTransformationSummariesBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public int getTransformationSummariesCount()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Returns |
| Type |
Description |
int |
|
public List<TransformationSummary> getTransformationSummariesList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationSummaryOrBuilder getTransformationSummariesOrBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Returns |
| Type |
Description |
List<? extends com.google.privacy.dlp.v2.TransformationSummaryOrBuilder> |
|
public long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
| Returns |
| Type |
Description |
long |
The transformedBytes.
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TransformationOverview.Builder mergeFrom(TransformationOverview other)
public TransformationOverview.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TransformationOverview.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public TransformationOverview.Builder removeTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Parameter |
| Name |
Description |
index |
int
|
public TransformationOverview.Builder setTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder setTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
public TransformationOverview.Builder setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
| Parameter |
| Name |
Description |
value |
long
The transformedBytes to set.
|