|
2 | 2 | "name": "google/dlp-sample",
|
3 | 3 | "type": "project",
|
4 | 4 | "require": {
|
5 |
| - "google/cloud-dlp": "^0.5", |
| 5 | + "google/cloud-dlp": "^0.6", |
| 6 | + "google/cloud-pubsub": "^1.0", |
6 | 7 | "symfony/console": "^3.3"
|
7 | 8 | },
|
8 | 9 | "autoload": {
|
9 | 10 | "files": [
|
10 | 11 | "src/inspect_datastore.php",
|
11 | 12 | "src/inspect_bigquery.php",
|
| 13 | + "src/inspect_gcs.php", |
12 | 14 | "src/inspect_file.php",
|
13 | 15 | "src/inspect_string.php",
|
14 |
| - "src/list_categories.php", |
15 | 16 | "src/list_info_types.php",
|
16 |
| - "src/redact_string.php" |
| 17 | + "src/deidentify_mask.php", |
| 18 | + "src/deidentify_fpe.php", |
| 19 | + "src/reidentify_fpe.php", |
| 20 | + "src/deidentify_dates.php", |
| 21 | + "src/redact_image.php", |
| 22 | + "src/create_trigger.php", |
| 23 | + "src/list_triggers.php", |
| 24 | + "src/delete_trigger.php", |
| 25 | + "src/create_inspect_template.php", |
| 26 | + "src/list_inspect_templates.php", |
| 27 | + "src/delete_inspect_template.php", |
| 28 | + "src/list_jobs.php", |
| 29 | + "src/delete_job.php", |
| 30 | + "src/numerical_stats.php", |
| 31 | + "src/categorical_stats.php", |
| 32 | + "src/k_anonymity.php", |
| 33 | + "src/l_diversity.php", |
| 34 | + "src/k_map.php" |
17 | 35 | ]
|
18 | 36 | },
|
19 | 37 | "require-dev": {
|
|
0 commit comments