Google Cloud Data Loss Prevention v2 API - Class ReplaceValueConfig (4.8.0)

public sealed class ReplaceValueConfig : IMessage<ReplaceValueConfig>, IEquatable<ReplaceValueConfig>, IDeepCloneable<ReplaceValueConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReplaceValueConfig.

Replace each input value with a given Value.

Inheritance

object > ReplaceValueConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ReplaceValueConfig()

public ReplaceValueConfig()

ReplaceValueConfig(ReplaceValueConfig)

public ReplaceValueConfig(ReplaceValueConfig other)
Parameter
NameDescription
otherReplaceValueConfig

Properties

NewValue

public Value NewValue { get; set; }

Value to replace it with.

Property Value
TypeDescription
Value