Interface ReplaceValueConfigOrBuilder (3.6.6)

public interface ReplaceValueConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNewValue()

public abstract Value getNewValue()

Value to replace it with.

.google.privacy.dlp.v2.Value new_value = 1;

Returns
TypeDescription
Value

The newValue.

getNewValueOrBuilder()

public abstract ValueOrBuilder getNewValueOrBuilder()

Value to replace it with.

.google.privacy.dlp.v2.Value new_value = 1;

Returns
TypeDescription
ValueOrBuilder

hasNewValue()

public abstract boolean hasNewValue()

Value to replace it with.

.google.privacy.dlp.v2.Value new_value = 1;

Returns
TypeDescription
boolean

Whether the newValue field is set.