Interface LargeCustomDictionaryConfigOrBuilder

    • Method Detail

      • hasOutputPath

        boolean hasOutputPath()
         Location to store dictionary artifacts in Cloud Storage. These files
         will only be accessible by project owners and the DLP API. If any of these
         artifacts are modified, the dictionary is considered invalid and can no
         longer be used.
         
        .google.privacy.dlp.v2.CloudStoragePath output_path = 1;
        Returns:
        Whether the outputPath field is set.
      • getOutputPath

        CloudStoragePath getOutputPath()
         Location to store dictionary artifacts in Cloud Storage. These files
         will only be accessible by project owners and the DLP API. If any of these
         artifacts are modified, the dictionary is considered invalid and can no
         longer be used.
         
        .google.privacy.dlp.v2.CloudStoragePath output_path = 1;
        Returns:
        The outputPath.
      • getOutputPathOrBuilder

        CloudStoragePathOrBuilder getOutputPathOrBuilder()
         Location to store dictionary artifacts in Cloud Storage. These files
         will only be accessible by project owners and the DLP API. If any of these
         artifacts are modified, the dictionary is considered invalid and can no
         longer be used.
         
        .google.privacy.dlp.v2.CloudStoragePath output_path = 1;
      • hasCloudStorageFileSet

        boolean hasCloudStorageFileSet()
         Set of files containing newline-delimited lists of dictionary phrases.
         
        .google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
        Returns:
        Whether the cloudStorageFileSet field is set.
      • getCloudStorageFileSet

        CloudStorageFileSet getCloudStorageFileSet()
         Set of files containing newline-delimited lists of dictionary phrases.
         
        .google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
        Returns:
        The cloudStorageFileSet.
      • getCloudStorageFileSetOrBuilder

        CloudStorageFileSetOrBuilder getCloudStorageFileSetOrBuilder()
         Set of files containing newline-delimited lists of dictionary phrases.
         
        .google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
      • hasBigQueryField

        boolean hasBigQueryField()
         Field in a BigQuery table where each cell represents a dictionary phrase.
         
        .google.privacy.dlp.v2.BigQueryField big_query_field = 3;
        Returns:
        Whether the bigQueryField field is set.
      • getBigQueryField

        BigQueryField getBigQueryField()
         Field in a BigQuery table where each cell represents a dictionary phrase.
         
        .google.privacy.dlp.v2.BigQueryField big_query_field = 3;
        Returns:
        The bigQueryField.
      • getBigQueryFieldOrBuilder

        BigQueryFieldOrBuilder getBigQueryFieldOrBuilder()
         Field in a BigQuery table where each cell represents a dictionary phrase.
         
        .google.privacy.dlp.v2.BigQueryField big_query_field = 3;