public static final class DeidentificationSummary.Builder extends GeneratedMessageV3.Builder<DeidentificationSummary.Builder> implements DeidentificationSummaryOrBuilder
High level summary of deidentification.Protobuf type
google.privacy.dlp.v2beta1.DeidentificationSummary
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<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public DeidentificationSummary build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public DeidentificationSummary buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public DeidentificationSummary.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.Builder mergeFrom(DeidentificationSummary other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public DeidentificationSummary.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<DeidentificationSummary.Builder>
java.io.IOException
public long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
getTransformedBytes
in interface DeidentificationSummaryOrBuilder
public DeidentificationSummary.Builder setTransformedBytes(long value)
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
public DeidentificationSummary.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.v2beta1.TransformationSummary transformation_summaries = 3;
getTransformationSummariesList
in interface DeidentificationSummaryOrBuilder
public int getTransformationSummariesCount()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
getTransformationSummariesCount
in interface DeidentificationSummaryOrBuilder
public TransformationSummary getTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
getTransformationSummaries
in interface DeidentificationSummaryOrBuilder
public DeidentificationSummary.Builder setTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder setTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder addTransformationSummaries(TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder addTransformationSummaries(int index, TransformationSummary value)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder addTransformationSummaries(TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder addTransformationSummaries(int index, TransformationSummary.Builder builderForValue)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder addAllTransformationSummaries(java.lang.Iterable<? extends TransformationSummary> values)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder clearTransformationSummaries()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public DeidentificationSummary.Builder removeTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public TransformationSummary.Builder getTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public TransformationSummaryOrBuilder getTransformationSummariesOrBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
getTransformationSummariesOrBuilder
in interface DeidentificationSummaryOrBuilder
public java.util.List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
getTransformationSummariesOrBuilderList
in interface DeidentificationSummaryOrBuilder
public TransformationSummary.Builder addTransformationSummariesBuilder()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public TransformationSummary.Builder addTransformationSummariesBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public java.util.List<TransformationSummary.Builder> getTransformationSummariesBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2beta1.TransformationSummary transformation_summaries = 3;
public final DeidentificationSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>
public final DeidentificationSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<DeidentificationSummary.Builder>