Class ReplaceDictionaryConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • clear

        public ReplaceDictionaryConfig.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • getDefaultInstanceForType

        public ReplaceDictionaryConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ReplaceDictionaryConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ReplaceDictionaryConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ReplaceDictionaryConfig.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • clearField

        public ReplaceDictionaryConfig.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • clearOneof

        public ReplaceDictionaryConfig.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • setRepeatedField

        public ReplaceDictionaryConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • addRepeatedField

        public ReplaceDictionaryConfig.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • mergeFrom

        public ReplaceDictionaryConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReplaceDictionaryConfig.Builder>
        Throws:
        IOException
      • hasWordList

        public boolean hasWordList()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Specified by:
        hasWordList in interface ReplaceDictionaryConfigOrBuilder
        Returns:
        Whether the wordList field is set.
      • getWordList

        public CustomInfoType.Dictionary.WordList getWordList()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Specified by:
        getWordList in interface ReplaceDictionaryConfigOrBuilder
        Returns:
        The wordList.
      • setWordList

        public ReplaceDictionaryConfig.Builder setWordList​(CustomInfoType.Dictionary.WordList value)
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
      • setWordList

        public ReplaceDictionaryConfig.Builder setWordList​(CustomInfoType.Dictionary.WordList.Builder builderForValue)
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
      • mergeWordList

        public ReplaceDictionaryConfig.Builder mergeWordList​(CustomInfoType.Dictionary.WordList value)
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
      • clearWordList

        public ReplaceDictionaryConfig.Builder clearWordList()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
      • getWordListBuilder

        public CustomInfoType.Dictionary.WordList.Builder getWordListBuilder()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
      • setUnknownFields

        public final ReplaceDictionaryConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>
      • mergeUnknownFields

        public final ReplaceDictionaryConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReplaceDictionaryConfig.Builder>