Send feedback
Class TransformationOverview.Builder (3.6.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.6 keyboard_arrow_down
public static final class TransformationOverview . Builder extends GeneratedMessageV3 . Builder<TransformationOverview . Builder > implements TransformationOverviewOrBuilder
Overview of the modifications that occurred.
Protobuf type google.privacy.dlp.v2.TransformationOverview
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
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 >
Returns
public TransformationOverview . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TransformationOverview . Builder addTransformationSummaries ( TransformationSummary value )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public TransformationOverview . Builder addTransformationSummaries ( TransformationSummary . Builder builderForValue )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public TransformationOverview . Builder addTransformationSummaries ( int index , TransformationSummary value )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameters
Returns
public TransformationOverview . Builder addTransformationSummaries ( int index , TransformationSummary . Builder builderForValue )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameters
Returns
public TransformationSummary . Builder addTransformationSummariesBuilder ()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Returns
public TransformationSummary . Builder addTransformationSummariesBuilder ( int index )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public TransformationOverview build ()
Returns
public TransformationOverview buildPartial ()
Returns
public TransformationOverview . Builder clear ()
Returns
Overrides
public TransformationOverview . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public TransformationOverview . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public TransformationOverview . Builder clearTransformationSummaries ()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Returns
public TransformationOverview . Builder clearTransformedBytes ()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
Returns
public TransformationOverview . Builder clone ()
Returns
Overrides
public TransformationOverview getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public TransformationSummary getTransformationSummaries ( int index )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public TransformationSummary . Builder getTransformationSummariesBuilder ( int index )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public List<TransformationSummary . Builder > getTransformationSummariesBuilderList ()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Returns
public int getTransformationSummariesCount ()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Returns
public List<TransformationSummary> getTransformationSummariesList ()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Returns
public TransformationSummaryOrBuilder getTransformationSummariesOrBuilder ( int index )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public TransformationOverview . Builder mergeFrom ( TransformationOverview other )
Parameter
Returns
public TransformationOverview . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public TransformationOverview . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final TransformationOverview . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public TransformationOverview . Builder removeTransformationSummaries ( int index )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameter
Returns
public TransformationOverview . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TransformationOverview . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public TransformationOverview . Builder setTransformationSummaries ( int index , TransformationSummary value )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameters
Returns
public TransformationOverview . Builder setTransformationSummaries ( int index , TransformationSummary . Builder builderForValue )
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
Parameters
Returns
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.
Returns
public final TransformationOverview . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]