Send feedback
Class RecordTransformations (3.6.7)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.7keyboard_arrow_down
public final class RecordTransformations extends GeneratedMessageV3 implements RecordTransformationsOrBuilder
A type of transformation that is applied over structured data such as a
table.
Protobuf type google.privacy.dlp.v2.RecordTransformations
Static Fields
public static final int FIELD_TRANSFORMATIONS_FIELD_NUMBER
Field Value
public static final int RECORD_SUPPRESSIONS_FIELD_NUMBER
Field Value
Static Methods
public static RecordTransformations getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static RecordTransformations . Builder newBuilder ()
Returns
public static RecordTransformations . Builder newBuilder ( RecordTransformations prototype )
Parameter
Returns
public static RecordTransformations parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static RecordTransformations parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
public static RecordTransformations parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<RecordTransformations> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public RecordTransformations getDefaultInstanceForType ()
Returns
public FieldTransformation getFieldTransformations ( int index )
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Parameter
Name
Description
index
int
Returns
public int getFieldTransformationsCount ()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
public List<FieldTransformation> getFieldTransformationsList ()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
public FieldTransformationOrBuilder getFieldTransformationsOrBuilder ( int index )
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Parameter
Name
Description
index
int
Returns
public List <? extends FieldTransformationOrBuilder > getFieldTransformationsOrBuilderList ()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
Type
Description
List <? extends com.google.privacy.dlp.v2.FieldTransformationOrBuilder >
public Parser<RecordTransformations> getParserForType ()
Returns
Overrides
public RecordSuppression getRecordSuppressions ( int index )
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Parameter
Name
Description
index
int
Returns
public int getRecordSuppressionsCount ()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
public List<RecordSuppression> getRecordSuppressionsList ()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
public RecordSuppressionOrBuilder getRecordSuppressionsOrBuilder ( int index )
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Parameter
Name
Description
index
int
Returns
public List <? extends RecordSuppressionOrBuilder > getRecordSuppressionsOrBuilderList ()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
Type
Description
List <? extends com.google.privacy.dlp.v2.RecordSuppressionOrBuilder >
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public RecordTransformations . Builder newBuilderForType ()
Returns
protected RecordTransformations . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public RecordTransformations . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-05-16 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-05-16 UTC."],[],[]]