public static final class ReplaceDictionaryConfig.Builder extends GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder> implements ReplaceDictionaryConfigOrBuilder
Replace each input value with a value randomly selected from the dictionary.
Protobuf type google.privacy.dlp.v2.ReplaceDictionaryConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReplaceDictionaryConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ReplaceDictionaryConfig build()
Returns
buildPartial()
public ReplaceDictionaryConfig buildPartial()
Returns
clear()
public ReplaceDictionaryConfig.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReplaceDictionaryConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ReplaceDictionaryConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearType()
public ReplaceDictionaryConfig.Builder clearType()
Returns
clearWordList()
public ReplaceDictionaryConfig.Builder clearWordList()
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Returns
clone()
public ReplaceDictionaryConfig.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ReplaceDictionaryConfig getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getTypeCase()
public ReplaceDictionaryConfig.TypeCase getTypeCase()
Returns
getWordList()
public CustomInfoType.Dictionary.WordList getWordList()
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Returns
getWordListBuilder()
public CustomInfoType.Dictionary.WordList.Builder getWordListBuilder()
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Returns
getWordListOrBuilder()
public CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Returns
hasWordList()
public boolean hasWordList()
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Returns
Type | Description |
boolean | Whether the wordList field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ReplaceDictionaryConfig other)
public ReplaceDictionaryConfig.Builder mergeFrom(ReplaceDictionaryConfig other)
Parameter
Returns
public ReplaceDictionaryConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ReplaceDictionaryConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReplaceDictionaryConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeWordList(CustomInfoType.Dictionary.WordList value)
public ReplaceDictionaryConfig.Builder mergeWordList(CustomInfoType.Dictionary.WordList value)
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ReplaceDictionaryConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReplaceDictionaryConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReplaceDictionaryConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setWordList(CustomInfoType.Dictionary.WordList value)
public ReplaceDictionaryConfig.Builder setWordList(CustomInfoType.Dictionary.WordList value)
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Parameter
Returns
setWordList(CustomInfoType.Dictionary.WordList.Builder builderForValue)
public ReplaceDictionaryConfig.Builder setWordList(CustomInfoType.Dictionary.WordList.Builder builderForValue)
A list of words to select from for random replacement. The
limits page contains details about
the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
Parameter
Returns