@google-cloud/dlp 3.2.1 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -465,7 +465,7 @@
465
465
  "options": {
466
466
  "(google.api.http).post": "/v2/{parent=projects/*}/jobTriggers",
467
467
  "(google.api.http).body": "*",
468
- "(google.api.http).additional_bindings.post": "/v2/{parent=projects/*/locations/*}/jobTriggers",
468
+ "(google.api.http).additional_bindings.post": "/v2/{parent=organizations/*/locations/*}/jobTriggers",
469
469
  "(google.api.http).additional_bindings.body": "*",
470
470
  "(google.api.method_signature)": "parent,job_trigger"
471
471
  },
@@ -474,10 +474,16 @@
474
474
  "(google.api.http)": {
475
475
  "post": "/v2/{parent=projects/*}/jobTriggers",
476
476
  "body": "*",
477
- "additional_bindings": {
478
- "post": "/v2/{parent=projects/*/locations/*}/jobTriggers",
479
- "body": "*"
480
- }
477
+ "additional_bindings": [
478
+ {
479
+ "post": "/v2/{parent=projects/*/locations/*}/jobTriggers",
480
+ "body": "*"
481
+ },
482
+ {
483
+ "post": "/v2/{parent=organizations/*/locations/*}/jobTriggers",
484
+ "body": "*"
485
+ }
486
+ ]
481
487
  }
482
488
  },
483
489
  {
@@ -491,7 +497,7 @@
491
497
  "options": {
492
498
  "(google.api.http).patch": "/v2/{name=projects/*/jobTriggers/*}",
493
499
  "(google.api.http).body": "*",
494
- "(google.api.http).additional_bindings.patch": "/v2/{name=projects/*/locations/*/jobTriggers/*}",
500
+ "(google.api.http).additional_bindings.patch": "/v2/{name=organizations/*/locations/*/jobTriggers/*}",
495
501
  "(google.api.http).additional_bindings.body": "*",
496
502
  "(google.api.method_signature)": "name,job_trigger,update_mask"
497
503
  },
@@ -500,10 +506,16 @@
500
506
  "(google.api.http)": {
501
507
  "patch": "/v2/{name=projects/*/jobTriggers/*}",
502
508
  "body": "*",
503
- "additional_bindings": {
504
- "patch": "/v2/{name=projects/*/locations/*/jobTriggers/*}",
505
- "body": "*"
506
- }
509
+ "additional_bindings": [
510
+ {
511
+ "patch": "/v2/{name=projects/*/locations/*/jobTriggers/*}",
512
+ "body": "*"
513
+ },
514
+ {
515
+ "patch": "/v2/{name=organizations/*/locations/*/jobTriggers/*}",
516
+ "body": "*"
517
+ }
518
+ ]
507
519
  }
508
520
  },
509
521
  {
@@ -536,16 +548,21 @@
536
548
  "responseType": "JobTrigger",
537
549
  "options": {
538
550
  "(google.api.http).get": "/v2/{name=projects/*/jobTriggers/*}",
539
- "(google.api.http).additional_bindings.get": "/v2/{name=projects/*/locations/*/jobTriggers/*}",
551
+ "(google.api.http).additional_bindings.get": "/v2/{name=organizations/*/locations/*/jobTriggers/*}",
540
552
  "(google.api.method_signature)": "name"
541
553
  },
542
554
  "parsedOptions": [
543
555
  {
544
556
  "(google.api.http)": {
545
557
  "get": "/v2/{name=projects/*/jobTriggers/*}",
546
- "additional_bindings": {
547
- "get": "/v2/{name=projects/*/locations/*/jobTriggers/*}"
548
- }
558
+ "additional_bindings": [
559
+ {
560
+ "get": "/v2/{name=projects/*/locations/*/jobTriggers/*}"
561
+ },
562
+ {
563
+ "get": "/v2/{name=organizations/*/locations/*/jobTriggers/*}"
564
+ }
565
+ ]
549
566
  }
550
567
  },
551
568
  {
@@ -558,16 +575,21 @@
558
575
  "responseType": "ListJobTriggersResponse",
559
576
  "options": {
560
577
  "(google.api.http).get": "/v2/{parent=projects/*}/jobTriggers",
561
- "(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/jobTriggers",
578
+ "(google.api.http).additional_bindings.get": "/v2/{parent=organizations/*/locations/*}/jobTriggers",
562
579
  "(google.api.method_signature)": "parent"
563
580
  },
564
581
  "parsedOptions": [
565
582
  {
566
583
  "(google.api.http)": {
567
584
  "get": "/v2/{parent=projects/*}/jobTriggers",
568
- "additional_bindings": {
569
- "get": "/v2/{parent=projects/*/locations/*}/jobTriggers"
570
- }
585
+ "additional_bindings": [
586
+ {
587
+ "get": "/v2/{parent=projects/*/locations/*}/jobTriggers"
588
+ },
589
+ {
590
+ "get": "/v2/{parent=organizations/*/locations/*}/jobTriggers"
591
+ }
592
+ ]
571
593
  }
572
594
  },
573
595
  {
@@ -580,16 +602,21 @@
580
602
  "responseType": "google.protobuf.Empty",
581
603
  "options": {
582
604
  "(google.api.http).delete": "/v2/{name=projects/*/jobTriggers/*}",
583
- "(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/locations/*/jobTriggers/*}",
605
+ "(google.api.http).additional_bindings.delete": "/v2/{name=organizations/*/locations/*/jobTriggers/*}",
584
606
  "(google.api.method_signature)": "name"
585
607
  },
586
608
  "parsedOptions": [
587
609
  {
588
610
  "(google.api.http)": {
589
611
  "delete": "/v2/{name=projects/*/jobTriggers/*}",
590
- "additional_bindings": {
591
- "delete": "/v2/{name=projects/*/locations/*/jobTriggers/*}"
592
- }
612
+ "additional_bindings": [
613
+ {
614
+ "delete": "/v2/{name=projects/*/locations/*/jobTriggers/*}"
615
+ },
616
+ {
617
+ "delete": "/v2/{name=organizations/*/locations/*/jobTriggers/*}"
618
+ }
619
+ ]
593
620
  }
594
621
  },
595
622
  {
@@ -653,16 +680,21 @@
653
680
  "responseType": "ListDlpJobsResponse",
654
681
  "options": {
655
682
  "(google.api.http).get": "/v2/{parent=projects/*}/dlpJobs",
656
- "(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/dlpJobs",
683
+ "(google.api.http).additional_bindings.get": "/v2/{parent=organizations/*/locations/*}/dlpJobs",
657
684
  "(google.api.method_signature)": "parent"
658
685
  },
659
686
  "parsedOptions": [
660
687
  {
661
688
  "(google.api.http)": {
662
689
  "get": "/v2/{parent=projects/*}/dlpJobs",
663
- "additional_bindings": {
664
- "get": "/v2/{parent=projects/*/locations/*}/dlpJobs"
665
- }
690
+ "additional_bindings": [
691
+ {
692
+ "get": "/v2/{parent=projects/*/locations/*}/dlpJobs"
693
+ },
694
+ {
695
+ "get": "/v2/{parent=organizations/*/locations/*}/dlpJobs"
696
+ }
697
+ ]
666
698
  }
667
699
  },
668
700
  {
@@ -1237,6 +1269,10 @@
1237
1269
  "options": {
1238
1270
  "(google.api.resource_reference).type": "dlp.googleapis.com/DlpJob"
1239
1271
  }
1272
+ },
1273
+ "findingId": {
1274
+ "type": "string",
1275
+ "id": 15
1240
1276
  }
1241
1277
  }
1242
1278
  },
@@ -2593,7 +2629,8 @@
2593
2629
  "timePartConfig",
2594
2630
  "cryptoHashConfig",
2595
2631
  "dateShiftConfig",
2596
- "cryptoDeterministicConfig"
2632
+ "cryptoDeterministicConfig",
2633
+ "replaceDictionaryConfig"
2597
2634
  ]
2598
2635
  }
2599
2636
  },
@@ -2641,6 +2678,10 @@
2641
2678
  "cryptoDeterministicConfig": {
2642
2679
  "type": "CryptoDeterministicConfig",
2643
2680
  "id": 12
2681
+ },
2682
+ "replaceDictionaryConfig": {
2683
+ "type": "ReplaceDictionaryConfig",
2684
+ "id": 13
2644
2685
  }
2645
2686
  }
2646
2687
  },
@@ -2697,6 +2738,21 @@
2697
2738
  }
2698
2739
  }
2699
2740
  },
2741
+ "ReplaceDictionaryConfig": {
2742
+ "oneofs": {
2743
+ "type": {
2744
+ "oneof": [
2745
+ "wordList"
2746
+ ]
2747
+ }
2748
+ },
2749
+ "fields": {
2750
+ "wordList": {
2751
+ "type": "CustomInfoType.Dictionary.WordList",
2752
+ "id": 1
2753
+ }
2754
+ }
2755
+ },
2700
2756
  "ReplaceWithInfoTypeConfig": {
2701
2757
  "fields": {}
2702
2758
  },
@@ -3714,6 +3770,10 @@
3714
3770
  "type": "string",
3715
3771
  "id": 5
3716
3772
  },
3773
+ "type": {
3774
+ "type": "DlpJobType",
3775
+ "id": 6
3776
+ },
3717
3777
  "locationId": {
3718
3778
  "type": "string",
3719
3779
  "id": 7
@@ -4416,6 +4476,10 @@
4416
4476
  "name": {
4417
4477
  "type": "string",
4418
4478
  "id": 1
4479
+ },
4480
+ "version": {
4481
+ "type": "string",
4482
+ "id": 2
4419
4483
  }
4420
4484
  }
4421
4485
  },
@@ -4759,6 +4823,11 @@
4759
4823
  "rule": "repeated",
4760
4824
  "type": "FieldId",
4761
4825
  "id": 5
4826
+ },
4827
+ "includedFields": {
4828
+ "rule": "repeated",
4829
+ "type": "FieldId",
4830
+ "id": 7
4762
4831
  }
4763
4832
  },
4764
4833
  "nested": {