Class InfoTypeTransformations.Types.InfoTypeTransformation (3.5.0)

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

A transformation to apply to text that is identified as a specific info_type.

Inheritance

Object > InfoTypeTransformations.Types.InfoTypeTransformation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeTransformation()

public InfoTypeTransformation()

InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation)

public InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation other)
Parameter
NameDescription
otherInfoTypeTransformations.Types.InfoTypeTransformation

Properties

InfoTypes

public RepeatedField<InfoType> InfoTypes { get; }

InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig.

Property Value
TypeDescription
RepeatedField<InfoType>

PrimitiveTransformation

public PrimitiveTransformation PrimitiveTransformation { get; set; }

Required. Primitive transformation to apply to the infoType.

Property Value
TypeDescription
PrimitiveTransformation