public sealed class RecordTransformations : IMessage<RecordTransformations>, IEquatable<RecordTransformations>, IDeepCloneable<RecordTransformations>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordTransformations.
A type of transformation that is applied over structured data such as a
table.
[[["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-03-24 UTC."],[[["The `RecordTransformations` class in the Google Cloud Data Loss Prevention v2 API allows for transformations on structured data, such as tables, and is available across multiple versions ranging from 2.15.0 up to the latest 4.16.0."],["This class, which inherits from `Object`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to modify and control the data within records."],["The `RecordTransformations` class includes properties for `FieldTransformations` to apply specific changes to fields, and `RecordSuppressions` to omit specific records from the output."],["There are two constructors provided, one empty, and one that takes a `RecordTransformations` as a parameter, allowing the creation of empty or copied instances."],["The most recent version of this documentation is 4.16.0, whereas the version for this particular page is 4.4.0."]]],[]]