public sealed class DeidentifyConfig : IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessageThe configuration that controls how the data will change.
Implements
IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyConfig()
public DeidentifyConfig()DeidentifyConfig(DeidentifyConfig)
public DeidentifyConfig(DeidentifyConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyConfig |
Properties
InfoTypeTransformations
public InfoTypeTransformations InfoTypeTransformations { get; set; }Treat the dataset as free-form text and apply the same free text transformation everywhere.
| Property Value | |
|---|---|
| Type | Description |
InfoTypeTransformations |
|
RecordTransformations
public RecordTransformations RecordTransformations { get; set; }Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
| Property Value | |
|---|---|
| Type | Description |
RecordTransformations |
|
TransformationCase
public DeidentifyConfig.TransformationOneofCase TransformationCase { get; }| Property Value | |
|---|---|
| Type | Description |
DeidentifyConfig.TransformationOneofCase |
|
TransformationErrorHandling
public TransformationErrorHandling TransformationErrorHandling { get; set; }Mode for handling transformation errors. If left unspecified, the default
mode is TransformationErrorHandling.ThrowError.
| Property Value | |
|---|---|
| Type | Description |
TransformationErrorHandling |
|