Skip to content

Commit 2120f56

Browse files
Ace Nassribshaffer
authored andcommitted
DLP v2 samples (GoogleCloudPlatform#576)
1 parent a15214a commit 2120f56

34 files changed

+3483
-440
lines changed

dlp/composer.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,36 @@
22
"name": "google/dlp-sample",
33
"type": "project",
44
"require": {
5-
"google/cloud-dlp": "^0.5",
5+
"google/cloud-dlp": "^0.6",
6+
"google/cloud-pubsub": "^1.0",
67
"symfony/console": "^3.3"
78
},
89
"autoload": {
910
"files": [
1011
"src/inspect_datastore.php",
1112
"src/inspect_bigquery.php",
13+
"src/inspect_gcs.php",
1214
"src/inspect_file.php",
1315
"src/inspect_string.php",
14-
"src/list_categories.php",
1516
"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"
1735
]
1836
},
1937
"require-dev": {

0 commit comments

Comments
 (0)