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.
Implements
IMessage < InfoTypeTransformations >, IEquatable < InfoTypeTransformations >, IDeepCloneable < InfoTypeTransformations >, IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeTransformations()
public InfoTypeTransformations()
InfoTypeTransformations(InfoTypeTransformations)
public InfoTypeTransformations(InfoTypeTransformations other)
Properties
Transformations
public RepeatedField<InfoTypeTransformations.Types.InfoTypeTransformation> Transformations { get; }
Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
Property Value
Type
Description