public sealed class InfoTypeTransformation : IMessage<InfoTypeTransformations.Types.InfoTypeTransformation>, IEquatable<InfoTypeTransformations.Types.InfoTypeTransformation>, IDeepCloneable<InfoTypeTransformations.Types.InfoTypeTransformation>, IBufferMessage, IMessageA transformation to apply to text that is identified as a specific info_type.
Implements
IMessage<InfoTypeTransformations.Types.InfoTypeTransformation>, IEquatable<InfoTypeTransformations.Types.InfoTypeTransformation>, IDeepCloneable<InfoTypeTransformations.Types.InfoTypeTransformation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeTransformation()
public InfoTypeTransformation()InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation)
public InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation other)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeTransformations.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 | |
|---|---|
| Type | Description |
RepeatedField<InfoType> |
|
PrimitiveTransformation
public PrimitiveTransformation PrimitiveTransformation { get; set; }Required. Primitive transformation to apply to the infoType.
| Property Value | |
|---|---|
| Type | Description |
PrimitiveTransformation |
|