public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeTransformations.
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.
Implements
IMessageInfoTypeTransformations, IEquatableInfoTypeTransformations, IDeepCloneableInfoTypeTransformations, 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 |
RepeatedFieldInfoTypeTransformationsTypesInfoTypeTransformation |
|