public sealed class InfoTypeTransformations.Types.InfoTypeTransformation : IMessage<InfoTypeTransformations.Types.InfoTypeTransformation>, IEquatable<InfoTypeTransformations.Types.InfoTypeTransformation>, IDeepCloneable<InfoTypeTransformations.Types.InfoTypeTransformation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeTransformations.Types.InfoTypeTransformation.
A transformation to apply to text that is identified as a specific info_type.
Implements
IMessageInfoTypeTransformationsTypesInfoTypeTransformation, IEquatableInfoTypeTransformationsTypesInfoTypeTransformation, IDeepCloneableInfoTypeTransformationsTypesInfoTypeTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeTransformation()
public InfoTypeTransformation()InfoTypeTransformation(InfoTypeTransformation)
public InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation other)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeTransformationsTypesInfoTypeTransformation |
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 | |
|---|---|
| Type | Description |
RepeatedFieldInfoType |
|
PrimitiveTransformation
public PrimitiveTransformation PrimitiveTransformation { get; set; }Required. Primitive transformation to apply to the infoType.
| Property Value | |
|---|---|
| Type | Description |
PrimitiveTransformation |
|