Interface CustomInfoType.DictionaryOrBuilder

    • Method Detail

      • hasWordList

        boolean hasWordList()
         List of words or phrases to search for.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Returns:
        Whether the wordList field is set.
      • getWordList

        CustomInfoType.Dictionary.WordList getWordList()
         List of words or phrases to search for.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Returns:
        The wordList.
      • hasCloudStoragePath

        boolean hasCloudStoragePath()
         Newline-delimited file of words in Cloud Storage. Only a single file
         is accepted.
         
        .google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;
        Returns:
        Whether the cloudStoragePath field is set.
      • getCloudStoragePath

        CloudStoragePath getCloudStoragePath()
         Newline-delimited file of words in Cloud Storage. Only a single file
         is accepted.
         
        .google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;
        Returns:
        The cloudStoragePath.
      • getCloudStoragePathOrBuilder

        CloudStoragePathOrBuilder getCloudStoragePathOrBuilder()
         Newline-delimited file of words in Cloud Storage. Only a single file
         is accepted.
         
        .google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;