public sealed class ReplaceValueConfig : IMessage<ReplaceValueConfig>, IEquatable<ReplaceValueConfig>, IDeepCloneable<ReplaceValueConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReplaceValueConfig.
Replace each input value with a given Value.
Implements
IMessageReplaceValueConfig, IEquatableReplaceValueConfig, IDeepCloneableReplaceValueConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ReplaceValueConfig()
public ReplaceValueConfig()ReplaceValueConfig(ReplaceValueConfig)
public ReplaceValueConfig(ReplaceValueConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplaceValueConfig |
Properties
NewValue
public Value NewValue { get; set; }Value to replace it with.
| Property Value | |
|---|---|
| Type | Description |
Value |
|