public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessage
A type of transformation that will scan unstructured text and
apply various PrimitiveTransformations to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
[[["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-04-09 UTC."],[[["The `InfoTypeTransformations` class, part of the Google Cloud DLP V2 library, facilitates the transformation of unstructured text by applying various `PrimitiveTransformation`s to specific info types identified within the text."],["Version 4.16.0 is the latest version of the `Google.Cloud.Dlp.V2` library, with a range of prior versions from 2.15.0 to 4.15.0, and the current page context being version 3.4.0."],["`InfoTypeTransformations` inherits from `Object` and implements `IMessage\u003cInfoTypeTransformations\u003e`, `IEquatable\u003cInfoTypeTransformations\u003e`, `IDeepCloneable\u003cInfoTypeTransformations\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class provides two constructors: a parameterless constructor and one that accepts another `InfoTypeTransformations` instance."],["The `Transformations` property, a `RepeatedField` of `InfoTypeTransformations.Types.InfoTypeTransformation`, is required and manages the transformation rules applied to each info type, allowing only one transformation per info type."]]],[]]