public static final class TransformationOverview.Builder extends GeneratedMessageV3.Builder<TransformationOverview.Builder> implements TransformationOverviewOrBuilder
Overview of the modifications that occurred.Protobuf type
google.privacy.dlp.v2beta2.TransformationOverviewgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic TransformationOverview build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic TransformationOverview buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic TransformationOverview.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<TransformationOverview.Builder>public TransformationOverview.Builder mergeFrom(TransformationOverview other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public TransformationOverview.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<TransformationOverview.Builder>java.io.IOExceptionpublic long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;getTransformedBytes in interface TransformationOverviewOrBuilderpublic TransformationOverview.Builder setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;public TransformationOverview.Builder clearTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;public java.util.List<TransformationSummary> getTransformationSummariesList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;getTransformationSummariesList in interface TransformationOverviewOrBuilderpublic int getTransformationSummariesCount()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;getTransformationSummariesCount in interface TransformationOverviewOrBuilderpublic TransformationSummary getTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;getTransformationSummaries in interface TransformationOverviewOrBuilderpublic TransformationOverview.Builder setTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder setTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder addTransformationSummaries(TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder addTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder addTransformationSummaries(TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder addTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder addAllTransformationSummaries(java.lang.Iterable<? extends TransformationSummary> values)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder clearTransformationSummaries()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationOverview.Builder removeTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationSummary.Builder getTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationSummaryOrBuilder getTransformationSummariesOrBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;getTransformationSummariesOrBuilder in interface TransformationOverviewOrBuilderpublic java.util.List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;getTransformationSummariesOrBuilderList in interface TransformationOverviewOrBuilderpublic TransformationSummary.Builder addTransformationSummariesBuilder()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public TransformationSummary.Builder addTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public java.util.List<TransformationSummary.Builder> getTransformationSummariesBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta2.TransformationSummary transformation_summaries = 3;public final TransformationOverview.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<TransformationOverview.Builder>public final TransformationOverview.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<TransformationOverview.Builder>