Class InfoTypeTransformations (3.2.0)

 public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessage 

A type of transformation that will scan unstructured text and apply various PrimitiveTransformation s to each finding, where the transformation is applied to only values that were identified as a specific info_type.

Inheritance

Object > InfoTypeTransformations

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeTransformations()

 public InfoTypeTransformations() 

InfoTypeTransformations(InfoTypeTransformations)

 public InfoTypeTransformations(InfoTypeTransformations other) 
Parameter
Name
Description

Properties

Transformations

 public RepeatedField<InfoTypeTransformations.Types.InfoTypeTransformation> Transformations { get; } 

Required. Transformation for each infoType. Cannot specify more than one for a given infoType.