public interface ReplaceValueConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getNewValue()
Value to replace it with.
|
ValueOrBuilder |
getNewValueOrBuilder()
Value to replace it with.
|
boolean |
hasNewValue()
Value to replace it with.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasNewValue()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;
Value getNewValue()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;
ValueOrBuilder getNewValueOrBuilder()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;