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 webpage provides documentation for the `InfoTypeTransformations` class within the `Google.Cloud.Dlp.V2` namespace, covering versions from 2.15.0 up to the latest release of 4.16.0."],["`InfoTypeTransformations` is a class designed to transform unstructured text by applying specific `PrimitiveTransformation`s to identified `info_type` values."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It contains a public property called `Transformations` of type `RepeatedField\u003cInfoTypeTransformations.Types.InfoTypeTransformation\u003e` that will set up the transformations for each `infoType` but cannot specify more than one per."],["There are 2 constructors for this class: a parameterless constructor and a constructor that takes another `InfoTypeTransformations` object as a parameter."]]],[]]