public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessageA 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.
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)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeTransformations |
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 |
RepeatedField<InfoTypeTransformations.Types.InfoTypeTransformation> |
|