Package com.google.privacy.dlp.v2
Interface ReplaceValueConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplaceValueConfig,ReplaceValueConfig.Builder
public interface ReplaceValueConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetNewValue()Value to replace it with.ValueOrBuildergetNewValueOrBuilder()Value to replace it with.booleanhasNewValue()Value to replace it with.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNewValue
boolean hasNewValue()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;- Returns:
- Whether the newValue field is set.
-
getNewValue
Value getNewValue()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;- Returns:
- The newValue.
-
getNewValueOrBuilder
ValueOrBuilder getNewValueOrBuilder()
Value to replace it with.
.google.privacy.dlp.v2.Value new_value = 1;
-
-