@google-cloud/dlp 4.4.2 → 5.0.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.
- package/CHANGELOG.md +24 -0
- package/README.md +38 -39
- package/build/protos/protos.js +84797 -1
- package/build/protos/protos.json +7447 -1
- package/build/src/v2/dlp_service_client.d.ts +99 -145
- package/build/src/v2/dlp_service_client.js +28 -40
- package/package.json +20 -22
|
@@ -162,9 +162,8 @@ export declare class DlpServiceClient {
|
|
|
162
162
|
* @param {object} [options]
|
|
163
163
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
164
164
|
* @returns {Promise} - The promise which resolves to an array.
|
|
165
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.InspectContentResponse
|
|
166
|
-
* Please see the
|
|
167
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
165
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.InspectContentResponse|InspectContentResponse}.
|
|
166
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
168
167
|
* for more details and examples.
|
|
169
168
|
* @example <caption>include:samples/generated/v2/dlp_service.inspect_content.js</caption>
|
|
170
169
|
* region_tag:dlp_v2_generated_DlpService_InspectContent_async
|
|
@@ -219,9 +218,8 @@ export declare class DlpServiceClient {
|
|
|
219
218
|
* @param {object} [options]
|
|
220
219
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
221
220
|
* @returns {Promise} - The promise which resolves to an array.
|
|
222
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.RedactImageResponse
|
|
223
|
-
* Please see the
|
|
224
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
221
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.RedactImageResponse|RedactImageResponse}.
|
|
222
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
225
223
|
* for more details and examples.
|
|
226
224
|
* @example <caption>include:samples/generated/v2/dlp_service.redact_image.js</caption>
|
|
227
225
|
* region_tag:dlp_v2_generated_DlpService_RedactImage_async
|
|
@@ -274,10 +272,10 @@ export declare class DlpServiceClient {
|
|
|
274
272
|
* The item to de-identify. Will be treated as text.
|
|
275
273
|
*
|
|
276
274
|
* This value must be of type
|
|
277
|
-
* {@link google.privacy.dlp.v2.Table|Table} if your
|
|
278
|
-
* {@link google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config|deidentify_config}
|
|
275
|
+
* {@link protos.google.privacy.dlp.v2.Table|Table} if your
|
|
276
|
+
* {@link protos.google.privacy.dlp.v2.DeidentifyContentRequest.deidentify_config|deidentify_config}
|
|
279
277
|
* is a
|
|
280
|
-
* {@link google.privacy.dlp.v2.RecordTransformations|RecordTransformations}
|
|
278
|
+
* {@link protos.google.privacy.dlp.v2.RecordTransformations|RecordTransformations}
|
|
281
279
|
* object.
|
|
282
280
|
* @param {string} request.inspectTemplateName
|
|
283
281
|
* Template to use. Any configuration directly specified in
|
|
@@ -296,9 +294,8 @@ export declare class DlpServiceClient {
|
|
|
296
294
|
* @param {object} [options]
|
|
297
295
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
298
296
|
* @returns {Promise} - The promise which resolves to an array.
|
|
299
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DeidentifyContentResponse
|
|
300
|
-
* Please see the
|
|
301
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
297
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DeidentifyContentResponse|DeidentifyContentResponse}.
|
|
298
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
302
299
|
* for more details and examples.
|
|
303
300
|
* @example <caption>include:samples/generated/v2/dlp_service.deidentify_content.js</caption>
|
|
304
301
|
* region_tag:dlp_v2_generated_DlpService_DeidentifyContent_async
|
|
@@ -369,9 +366,8 @@ export declare class DlpServiceClient {
|
|
|
369
366
|
* @param {object} [options]
|
|
370
367
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
371
368
|
* @returns {Promise} - The promise which resolves to an array.
|
|
372
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.ReidentifyContentResponse
|
|
373
|
-
* Please see the
|
|
374
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
369
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.ReidentifyContentResponse|ReidentifyContentResponse}.
|
|
370
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
375
371
|
* for more details and examples.
|
|
376
372
|
* @example <caption>include:samples/generated/v2/dlp_service.reidentify_content.js</caption>
|
|
377
373
|
* region_tag:dlp_v2_generated_DlpService_ReidentifyContent_async
|
|
@@ -408,9 +404,8 @@ export declare class DlpServiceClient {
|
|
|
408
404
|
* @param {object} [options]
|
|
409
405
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
410
406
|
* @returns {Promise} - The promise which resolves to an array.
|
|
411
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.ListInfoTypesResponse
|
|
412
|
-
* Please see the
|
|
413
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
407
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.ListInfoTypesResponse|ListInfoTypesResponse}.
|
|
408
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
414
409
|
* for more details and examples.
|
|
415
410
|
* @example <caption>include:samples/generated/v2/dlp_service.list_info_types.js</caption>
|
|
416
411
|
* region_tag:dlp_v2_generated_DlpService_ListInfoTypes_async
|
|
@@ -462,9 +457,8 @@ export declare class DlpServiceClient {
|
|
|
462
457
|
* @param {object} [options]
|
|
463
458
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
464
459
|
* @returns {Promise} - The promise which resolves to an array.
|
|
465
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.InspectTemplate
|
|
466
|
-
* Please see the
|
|
467
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
460
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate}.
|
|
461
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
468
462
|
* for more details and examples.
|
|
469
463
|
* @example <caption>include:samples/generated/v2/dlp_service.create_inspect_template.js</caption>
|
|
470
464
|
* region_tag:dlp_v2_generated_DlpService_CreateInspectTemplate_async
|
|
@@ -493,9 +487,8 @@ export declare class DlpServiceClient {
|
|
|
493
487
|
* @param {object} [options]
|
|
494
488
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
495
489
|
* @returns {Promise} - The promise which resolves to an array.
|
|
496
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.InspectTemplate
|
|
497
|
-
* Please see the
|
|
498
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
490
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate}.
|
|
491
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
499
492
|
* for more details and examples.
|
|
500
493
|
* @example <caption>include:samples/generated/v2/dlp_service.update_inspect_template.js</caption>
|
|
501
494
|
* region_tag:dlp_v2_generated_DlpService_UpdateInspectTemplate_async
|
|
@@ -520,9 +513,8 @@ export declare class DlpServiceClient {
|
|
|
520
513
|
* @param {object} [options]
|
|
521
514
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
522
515
|
* @returns {Promise} - The promise which resolves to an array.
|
|
523
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.InspectTemplate
|
|
524
|
-
* Please see the
|
|
525
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
516
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate}.
|
|
517
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
526
518
|
* for more details and examples.
|
|
527
519
|
* @example <caption>include:samples/generated/v2/dlp_service.get_inspect_template.js</caption>
|
|
528
520
|
* region_tag:dlp_v2_generated_DlpService_GetInspectTemplate_async
|
|
@@ -547,9 +539,8 @@ export declare class DlpServiceClient {
|
|
|
547
539
|
* @param {object} [options]
|
|
548
540
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
549
541
|
* @returns {Promise} - The promise which resolves to an array.
|
|
550
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
551
|
-
* Please see the
|
|
552
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
542
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
543
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
553
544
|
* for more details and examples.
|
|
554
545
|
* @example <caption>include:samples/generated/v2/dlp_service.delete_inspect_template.js</caption>
|
|
555
546
|
* region_tag:dlp_v2_generated_DlpService_DeleteInspectTemplate_async
|
|
@@ -602,9 +593,8 @@ export declare class DlpServiceClient {
|
|
|
602
593
|
* @param {object} [options]
|
|
603
594
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
604
595
|
* @returns {Promise} - The promise which resolves to an array.
|
|
605
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
606
|
-
* Please see the
|
|
607
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
596
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate}.
|
|
597
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
608
598
|
* for more details and examples.
|
|
609
599
|
* @example <caption>include:samples/generated/v2/dlp_service.create_deidentify_template.js</caption>
|
|
610
600
|
* region_tag:dlp_v2_generated_DlpService_CreateDeidentifyTemplate_async
|
|
@@ -634,9 +624,8 @@ export declare class DlpServiceClient {
|
|
|
634
624
|
* @param {object} [options]
|
|
635
625
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
636
626
|
* @returns {Promise} - The promise which resolves to an array.
|
|
637
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
638
|
-
* Please see the
|
|
639
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
627
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate}.
|
|
628
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
640
629
|
* for more details and examples.
|
|
641
630
|
* @example <caption>include:samples/generated/v2/dlp_service.update_deidentify_template.js</caption>
|
|
642
631
|
* region_tag:dlp_v2_generated_DlpService_UpdateDeidentifyTemplate_async
|
|
@@ -662,9 +651,8 @@ export declare class DlpServiceClient {
|
|
|
662
651
|
* @param {object} [options]
|
|
663
652
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
664
653
|
* @returns {Promise} - The promise which resolves to an array.
|
|
665
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
666
|
-
* Please see the
|
|
667
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
654
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate}.
|
|
655
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
668
656
|
* for more details and examples.
|
|
669
657
|
* @example <caption>include:samples/generated/v2/dlp_service.get_deidentify_template.js</caption>
|
|
670
658
|
* region_tag:dlp_v2_generated_DlpService_GetDeidentifyTemplate_async
|
|
@@ -690,9 +678,8 @@ export declare class DlpServiceClient {
|
|
|
690
678
|
* @param {object} [options]
|
|
691
679
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
692
680
|
* @returns {Promise} - The promise which resolves to an array.
|
|
693
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
694
|
-
* Please see the
|
|
695
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
681
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
682
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
696
683
|
* for more details and examples.
|
|
697
684
|
* @example <caption>include:samples/generated/v2/dlp_service.delete_deidentify_template.js</caption>
|
|
698
685
|
* region_tag:dlp_v2_generated_DlpService_DeleteDeidentifyTemplate_async
|
|
@@ -740,9 +727,8 @@ export declare class DlpServiceClient {
|
|
|
740
727
|
* @param {object} [options]
|
|
741
728
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
742
729
|
* @returns {Promise} - The promise which resolves to an array.
|
|
743
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.JobTrigger
|
|
744
|
-
* Please see the
|
|
745
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
730
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger}.
|
|
731
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
746
732
|
* for more details and examples.
|
|
747
733
|
* @example <caption>include:samples/generated/v2/dlp_service.create_job_trigger.js</caption>
|
|
748
734
|
* region_tag:dlp_v2_generated_DlpService_CreateJobTrigger_async
|
|
@@ -770,9 +756,8 @@ export declare class DlpServiceClient {
|
|
|
770
756
|
* @param {object} [options]
|
|
771
757
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
772
758
|
* @returns {Promise} - The promise which resolves to an array.
|
|
773
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.JobTrigger
|
|
774
|
-
* Please see the
|
|
775
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
759
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger}.
|
|
760
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
776
761
|
* for more details and examples.
|
|
777
762
|
* @example <caption>include:samples/generated/v2/dlp_service.update_job_trigger.js</caption>
|
|
778
763
|
* region_tag:dlp_v2_generated_DlpService_UpdateJobTrigger_async
|
|
@@ -799,9 +784,8 @@ export declare class DlpServiceClient {
|
|
|
799
784
|
* @param {object} [options]
|
|
800
785
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
801
786
|
* @returns {Promise} - The promise which resolves to an array.
|
|
802
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.HybridInspectResponse
|
|
803
|
-
* Please see the
|
|
804
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
787
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.HybridInspectResponse|HybridInspectResponse}.
|
|
788
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
805
789
|
* for more details and examples.
|
|
806
790
|
* @example <caption>include:samples/generated/v2/dlp_service.hybrid_inspect_job_trigger.js</caption>
|
|
807
791
|
* region_tag:dlp_v2_generated_DlpService_HybridInspectJobTrigger_async
|
|
@@ -825,9 +809,8 @@ export declare class DlpServiceClient {
|
|
|
825
809
|
* @param {object} [options]
|
|
826
810
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
827
811
|
* @returns {Promise} - The promise which resolves to an array.
|
|
828
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.JobTrigger
|
|
829
|
-
* Please see the
|
|
830
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
812
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger}.
|
|
813
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
831
814
|
* for more details and examples.
|
|
832
815
|
* @example <caption>include:samples/generated/v2/dlp_service.get_job_trigger.js</caption>
|
|
833
816
|
* region_tag:dlp_v2_generated_DlpService_GetJobTrigger_async
|
|
@@ -851,9 +834,8 @@ export declare class DlpServiceClient {
|
|
|
851
834
|
* @param {object} [options]
|
|
852
835
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
853
836
|
* @returns {Promise} - The promise which resolves to an array.
|
|
854
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
855
|
-
* Please see the
|
|
856
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
837
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
838
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
857
839
|
* for more details and examples.
|
|
858
840
|
* @example <caption>include:samples/generated/v2/dlp_service.delete_job_trigger.js</caption>
|
|
859
841
|
* region_tag:dlp_v2_generated_DlpService_DeleteJobTrigger_async
|
|
@@ -877,9 +859,8 @@ export declare class DlpServiceClient {
|
|
|
877
859
|
* @param {object} [options]
|
|
878
860
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
879
861
|
* @returns {Promise} - The promise which resolves to an array.
|
|
880
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DlpJob
|
|
881
|
-
* Please see the
|
|
882
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
862
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob}.
|
|
863
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
883
864
|
* for more details and examples.
|
|
884
865
|
* @example <caption>include:samples/generated/v2/dlp_service.activate_job_trigger.js</caption>
|
|
885
866
|
* region_tag:dlp_v2_generated_DlpService_ActivateJobTrigger_async
|
|
@@ -934,9 +915,8 @@ export declare class DlpServiceClient {
|
|
|
934
915
|
* @param {object} [options]
|
|
935
916
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
936
917
|
* @returns {Promise} - The promise which resolves to an array.
|
|
937
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DlpJob
|
|
938
|
-
* Please see the
|
|
939
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
918
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob}.
|
|
919
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
940
920
|
* for more details and examples.
|
|
941
921
|
* @example <caption>include:samples/generated/v2/dlp_service.create_dlp_job.js</caption>
|
|
942
922
|
* region_tag:dlp_v2_generated_DlpService_CreateDlpJob_async
|
|
@@ -960,9 +940,8 @@ export declare class DlpServiceClient {
|
|
|
960
940
|
* @param {object} [options]
|
|
961
941
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
962
942
|
* @returns {Promise} - The promise which resolves to an array.
|
|
963
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.DlpJob
|
|
964
|
-
* Please see the
|
|
965
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
943
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob}.
|
|
944
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
966
945
|
* for more details and examples.
|
|
967
946
|
* @example <caption>include:samples/generated/v2/dlp_service.get_dlp_job.js</caption>
|
|
968
947
|
* region_tag:dlp_v2_generated_DlpService_GetDlpJob_async
|
|
@@ -988,9 +967,8 @@ export declare class DlpServiceClient {
|
|
|
988
967
|
* @param {object} [options]
|
|
989
968
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
990
969
|
* @returns {Promise} - The promise which resolves to an array.
|
|
991
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
992
|
-
* Please see the
|
|
993
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
970
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
971
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
994
972
|
* for more details and examples.
|
|
995
973
|
* @example <caption>include:samples/generated/v2/dlp_service.delete_dlp_job.js</caption>
|
|
996
974
|
* region_tag:dlp_v2_generated_DlpService_DeleteDlpJob_async
|
|
@@ -1016,9 +994,8 @@ export declare class DlpServiceClient {
|
|
|
1016
994
|
* @param {object} [options]
|
|
1017
995
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1018
996
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1019
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
1020
|
-
* Please see the
|
|
1021
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
997
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
998
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1022
999
|
* for more details and examples.
|
|
1023
1000
|
* @example <caption>include:samples/generated/v2/dlp_service.cancel_dlp_job.js</caption>
|
|
1024
1001
|
* region_tag:dlp_v2_generated_DlpService_CancelDlpJob_async
|
|
@@ -1070,9 +1047,8 @@ export declare class DlpServiceClient {
|
|
|
1070
1047
|
* @param {object} [options]
|
|
1071
1048
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1072
1049
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1073
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.StoredInfoType
|
|
1074
|
-
* Please see the
|
|
1075
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1050
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType}.
|
|
1051
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1076
1052
|
* for more details and examples.
|
|
1077
1053
|
* @example <caption>include:samples/generated/v2/dlp_service.create_stored_info_type.js</caption>
|
|
1078
1054
|
* region_tag:dlp_v2_generated_DlpService_CreateStoredInfoType_async
|
|
@@ -1105,9 +1081,8 @@ export declare class DlpServiceClient {
|
|
|
1105
1081
|
* @param {object} [options]
|
|
1106
1082
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1107
1083
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1108
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.StoredInfoType
|
|
1109
|
-
* Please see the
|
|
1110
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1084
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType}.
|
|
1085
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1111
1086
|
* for more details and examples.
|
|
1112
1087
|
* @example <caption>include:samples/generated/v2/dlp_service.update_stored_info_type.js</caption>
|
|
1113
1088
|
* region_tag:dlp_v2_generated_DlpService_UpdateStoredInfoType_async
|
|
@@ -1133,9 +1108,8 @@ export declare class DlpServiceClient {
|
|
|
1133
1108
|
* @param {object} [options]
|
|
1134
1109
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1135
1110
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1136
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.StoredInfoType
|
|
1137
|
-
* Please see the
|
|
1138
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1111
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType}.
|
|
1112
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1139
1113
|
* for more details and examples.
|
|
1140
1114
|
* @example <caption>include:samples/generated/v2/dlp_service.get_stored_info_type.js</caption>
|
|
1141
1115
|
* region_tag:dlp_v2_generated_DlpService_GetStoredInfoType_async
|
|
@@ -1161,9 +1135,8 @@ export declare class DlpServiceClient {
|
|
|
1161
1135
|
* @param {object} [options]
|
|
1162
1136
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1163
1137
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1164
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
1165
|
-
* Please see the
|
|
1166
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1138
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
1139
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1167
1140
|
* for more details and examples.
|
|
1168
1141
|
* @example <caption>include:samples/generated/v2/dlp_service.delete_stored_info_type.js</caption>
|
|
1169
1142
|
* region_tag:dlp_v2_generated_DlpService_DeleteStoredInfoType_async
|
|
@@ -1190,9 +1163,8 @@ export declare class DlpServiceClient {
|
|
|
1190
1163
|
* @param {object} [options]
|
|
1191
1164
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1192
1165
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1193
|
-
* The first element of the array is an object representing {@link google.privacy.dlp.v2.HybridInspectResponse
|
|
1194
|
-
* Please see the
|
|
1195
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1166
|
+
* The first element of the array is an object representing {@link protos.google.privacy.dlp.v2.HybridInspectResponse|HybridInspectResponse}.
|
|
1167
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1196
1168
|
* for more details and examples.
|
|
1197
1169
|
* @example <caption>include:samples/generated/v2/dlp_service.hybrid_inspect_dlp_job.js</caption>
|
|
1198
1170
|
* region_tag:dlp_v2_generated_DlpService_HybridInspectDlpJob_async
|
|
@@ -1215,9 +1187,8 @@ export declare class DlpServiceClient {
|
|
|
1215
1187
|
* @param {object} [options]
|
|
1216
1188
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1217
1189
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1218
|
-
* The first element of the array is an object representing {@link google.protobuf.Empty
|
|
1219
|
-
* Please see the
|
|
1220
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
1190
|
+
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
|
|
1191
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
1221
1192
|
* for more details and examples.
|
|
1222
1193
|
* @example <caption>include:samples/generated/v2/dlp_service.finish_dlp_job.js</caption>
|
|
1223
1194
|
* region_tag:dlp_v2_generated_DlpService_FinishDlpJob_async
|
|
@@ -1281,14 +1252,13 @@ export declare class DlpServiceClient {
|
|
|
1281
1252
|
* @param {object} [options]
|
|
1282
1253
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1283
1254
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1284
|
-
* The first element of the array is Array of {@link google.privacy.dlp.v2.InspectTemplate
|
|
1255
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate}.
|
|
1285
1256
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1286
1257
|
* times as needed and will merge results from all the pages into this array.
|
|
1287
1258
|
* Note that it can affect your quota.
|
|
1288
1259
|
* We recommend using `listInspectTemplatesAsync()`
|
|
1289
1260
|
* method described below for async iteration which you can stop as needed.
|
|
1290
|
-
* Please see the
|
|
1291
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1261
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1292
1262
|
* for more details and examples.
|
|
1293
1263
|
*/
|
|
1294
1264
|
listInspectTemplates(request?: protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, options?: CallOptions): Promise<[
|
|
@@ -1348,13 +1318,12 @@ export declare class DlpServiceClient {
|
|
|
1348
1318
|
* @param {object} [options]
|
|
1349
1319
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1350
1320
|
* @returns {Stream}
|
|
1351
|
-
* An object stream which emits an object representing {@link google.privacy.dlp.v2.InspectTemplate
|
|
1321
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate} on 'data' event.
|
|
1352
1322
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1353
1323
|
* times as needed. Note that it can affect your quota.
|
|
1354
1324
|
* We recommend using `listInspectTemplatesAsync()`
|
|
1355
1325
|
* method described below for async iteration which you can stop as needed.
|
|
1356
|
-
* Please see the
|
|
1357
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1326
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1358
1327
|
* for more details and examples.
|
|
1359
1328
|
*/
|
|
1360
1329
|
listInspectTemplatesStream(request?: protos.google.privacy.dlp.v2.IListInspectTemplatesRequest, options?: CallOptions): Transform;
|
|
@@ -1410,12 +1379,11 @@ export declare class DlpServiceClient {
|
|
|
1410
1379
|
* @param {object} [options]
|
|
1411
1380
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1412
1381
|
* @returns {Object}
|
|
1413
|
-
* An iterable Object that allows
|
|
1382
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
1414
1383
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1415
|
-
* {@link google.privacy.dlp.v2.InspectTemplate
|
|
1384
|
+
* {@link protos.google.privacy.dlp.v2.InspectTemplate|InspectTemplate}. The API will be called under the hood as needed, once per the page,
|
|
1416
1385
|
* so you can stop the iteration when you don't need more results.
|
|
1417
|
-
* Please see the
|
|
1418
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1386
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1419
1387
|
* for more details and examples.
|
|
1420
1388
|
* @example <caption>include:samples/generated/v2/dlp_service.list_inspect_templates.js</caption>
|
|
1421
1389
|
* region_tag:dlp_v2_generated_DlpService_ListInspectTemplates_async
|
|
@@ -1474,14 +1442,13 @@ export declare class DlpServiceClient {
|
|
|
1474
1442
|
* @param {object} [options]
|
|
1475
1443
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1476
1444
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1477
|
-
* The first element of the array is Array of {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
1445
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate}.
|
|
1478
1446
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1479
1447
|
* times as needed and will merge results from all the pages into this array.
|
|
1480
1448
|
* Note that it can affect your quota.
|
|
1481
1449
|
* We recommend using `listDeidentifyTemplatesAsync()`
|
|
1482
1450
|
* method described below for async iteration which you can stop as needed.
|
|
1483
|
-
* Please see the
|
|
1484
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1451
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1485
1452
|
* for more details and examples.
|
|
1486
1453
|
*/
|
|
1487
1454
|
listDeidentifyTemplates(request?: protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, options?: CallOptions): Promise<[
|
|
@@ -1541,13 +1508,12 @@ export declare class DlpServiceClient {
|
|
|
1541
1508
|
* @param {object} [options]
|
|
1542
1509
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1543
1510
|
* @returns {Stream}
|
|
1544
|
-
* An object stream which emits an object representing {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
1511
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate} on 'data' event.
|
|
1545
1512
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1546
1513
|
* times as needed. Note that it can affect your quota.
|
|
1547
1514
|
* We recommend using `listDeidentifyTemplatesAsync()`
|
|
1548
1515
|
* method described below for async iteration which you can stop as needed.
|
|
1549
|
-
* Please see the
|
|
1550
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1516
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1551
1517
|
* for more details and examples.
|
|
1552
1518
|
*/
|
|
1553
1519
|
listDeidentifyTemplatesStream(request?: protos.google.privacy.dlp.v2.IListDeidentifyTemplatesRequest, options?: CallOptions): Transform;
|
|
@@ -1603,12 +1569,11 @@ export declare class DlpServiceClient {
|
|
|
1603
1569
|
* @param {object} [options]
|
|
1604
1570
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1605
1571
|
* @returns {Object}
|
|
1606
|
-
* An iterable Object that allows
|
|
1572
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
1607
1573
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1608
|
-
* {@link google.privacy.dlp.v2.DeidentifyTemplate
|
|
1574
|
+
* {@link protos.google.privacy.dlp.v2.DeidentifyTemplate|DeidentifyTemplate}. The API will be called under the hood as needed, once per the page,
|
|
1609
1575
|
* so you can stop the iteration when you don't need more results.
|
|
1610
|
-
* Please see the
|
|
1611
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1576
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1612
1577
|
* for more details and examples.
|
|
1613
1578
|
* @example <caption>include:samples/generated/v2/dlp_service.list_deidentify_templates.js</caption>
|
|
1614
1579
|
* region_tag:dlp_v2_generated_DlpService_ListDeidentifyTemplates_async
|
|
@@ -1691,14 +1656,13 @@ export declare class DlpServiceClient {
|
|
|
1691
1656
|
* @param {object} [options]
|
|
1692
1657
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1693
1658
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1694
|
-
* The first element of the array is Array of {@link google.privacy.dlp.v2.JobTrigger
|
|
1659
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger}.
|
|
1695
1660
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1696
1661
|
* times as needed and will merge results from all the pages into this array.
|
|
1697
1662
|
* Note that it can affect your quota.
|
|
1698
1663
|
* We recommend using `listJobTriggersAsync()`
|
|
1699
1664
|
* method described below for async iteration which you can stop as needed.
|
|
1700
|
-
* Please see the
|
|
1701
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1665
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1702
1666
|
* for more details and examples.
|
|
1703
1667
|
*/
|
|
1704
1668
|
listJobTriggers(request?: protos.google.privacy.dlp.v2.IListJobTriggersRequest, options?: CallOptions): Promise<[
|
|
@@ -1783,13 +1747,12 @@ export declare class DlpServiceClient {
|
|
|
1783
1747
|
* @param {object} [options]
|
|
1784
1748
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1785
1749
|
* @returns {Stream}
|
|
1786
|
-
* An object stream which emits an object representing {@link google.privacy.dlp.v2.JobTrigger
|
|
1750
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger} on 'data' event.
|
|
1787
1751
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1788
1752
|
* times as needed. Note that it can affect your quota.
|
|
1789
1753
|
* We recommend using `listJobTriggersAsync()`
|
|
1790
1754
|
* method described below for async iteration which you can stop as needed.
|
|
1791
|
-
* Please see the
|
|
1792
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1755
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1793
1756
|
* for more details and examples.
|
|
1794
1757
|
*/
|
|
1795
1758
|
listJobTriggersStream(request?: protos.google.privacy.dlp.v2.IListJobTriggersRequest, options?: CallOptions): Transform;
|
|
@@ -1870,12 +1833,11 @@ export declare class DlpServiceClient {
|
|
|
1870
1833
|
* @param {object} [options]
|
|
1871
1834
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1872
1835
|
* @returns {Object}
|
|
1873
|
-
* An iterable Object that allows
|
|
1836
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
1874
1837
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1875
|
-
* {@link google.privacy.dlp.v2.JobTrigger
|
|
1838
|
+
* {@link protos.google.privacy.dlp.v2.JobTrigger|JobTrigger}. The API will be called under the hood as needed, once per the page,
|
|
1876
1839
|
* so you can stop the iteration when you don't need more results.
|
|
1877
|
-
* Please see the
|
|
1878
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1840
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1879
1841
|
* for more details and examples.
|
|
1880
1842
|
* @example <caption>include:samples/generated/v2/dlp_service.list_job_triggers.js</caption>
|
|
1881
1843
|
* region_tag:dlp_v2_generated_DlpService_ListJobTriggers_async
|
|
@@ -1959,14 +1921,13 @@ export declare class DlpServiceClient {
|
|
|
1959
1921
|
* @param {object} [options]
|
|
1960
1922
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1961
1923
|
* @returns {Promise} - The promise which resolves to an array.
|
|
1962
|
-
* The first element of the array is Array of {@link google.privacy.dlp.v2.DlpJob
|
|
1924
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob}.
|
|
1963
1925
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1964
1926
|
* times as needed and will merge results from all the pages into this array.
|
|
1965
1927
|
* Note that it can affect your quota.
|
|
1966
1928
|
* We recommend using `listDlpJobsAsync()`
|
|
1967
1929
|
* method described below for async iteration which you can stop as needed.
|
|
1968
|
-
* Please see the
|
|
1969
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
1930
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
1970
1931
|
* for more details and examples.
|
|
1971
1932
|
*/
|
|
1972
1933
|
listDlpJobs(request?: protos.google.privacy.dlp.v2.IListDlpJobsRequest, options?: CallOptions): Promise<[
|
|
@@ -2051,13 +2012,12 @@ export declare class DlpServiceClient {
|
|
|
2051
2012
|
* @param {object} [options]
|
|
2052
2013
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2053
2014
|
* @returns {Stream}
|
|
2054
|
-
* An object stream which emits an object representing {@link google.privacy.dlp.v2.DlpJob
|
|
2015
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob} on 'data' event.
|
|
2055
2016
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
2056
2017
|
* times as needed. Note that it can affect your quota.
|
|
2057
2018
|
* We recommend using `listDlpJobsAsync()`
|
|
2058
2019
|
* method described below for async iteration which you can stop as needed.
|
|
2059
|
-
* Please see the
|
|
2060
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2020
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2061
2021
|
* for more details and examples.
|
|
2062
2022
|
*/
|
|
2063
2023
|
listDlpJobsStream(request?: protos.google.privacy.dlp.v2.IListDlpJobsRequest, options?: CallOptions): Transform;
|
|
@@ -2138,12 +2098,11 @@ export declare class DlpServiceClient {
|
|
|
2138
2098
|
* @param {object} [options]
|
|
2139
2099
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2140
2100
|
* @returns {Object}
|
|
2141
|
-
* An iterable Object that allows
|
|
2101
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
2142
2102
|
* When you iterate the returned iterable, each element will be an object representing
|
|
2143
|
-
* {@link google.privacy.dlp.v2.DlpJob
|
|
2103
|
+
* {@link protos.google.privacy.dlp.v2.DlpJob|DlpJob}. The API will be called under the hood as needed, once per the page,
|
|
2144
2104
|
* so you can stop the iteration when you don't need more results.
|
|
2145
|
-
* Please see the
|
|
2146
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2105
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2147
2106
|
* for more details and examples.
|
|
2148
2107
|
* @example <caption>include:samples/generated/v2/dlp_service.list_dlp_jobs.js</caption>
|
|
2149
2108
|
* region_tag:dlp_v2_generated_DlpService_ListDlpJobs_async
|
|
@@ -2199,14 +2158,13 @@ export declare class DlpServiceClient {
|
|
|
2199
2158
|
* @param {object} [options]
|
|
2200
2159
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2201
2160
|
* @returns {Promise} - The promise which resolves to an array.
|
|
2202
|
-
* The first element of the array is Array of {@link google.privacy.dlp.v2.StoredInfoType
|
|
2161
|
+
* The first element of the array is Array of {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType}.
|
|
2203
2162
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
2204
2163
|
* times as needed and will merge results from all the pages into this array.
|
|
2205
2164
|
* Note that it can affect your quota.
|
|
2206
2165
|
* We recommend using `listStoredInfoTypesAsync()`
|
|
2207
2166
|
* method described below for async iteration which you can stop as needed.
|
|
2208
|
-
* Please see the
|
|
2209
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2167
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2210
2168
|
* for more details and examples.
|
|
2211
2169
|
*/
|
|
2212
2170
|
listStoredInfoTypes(request?: protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, options?: CallOptions): Promise<[
|
|
@@ -2263,13 +2221,12 @@ export declare class DlpServiceClient {
|
|
|
2263
2221
|
* @param {object} [options]
|
|
2264
2222
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2265
2223
|
* @returns {Stream}
|
|
2266
|
-
* An object stream which emits an object representing {@link google.privacy.dlp.v2.StoredInfoType
|
|
2224
|
+
* An object stream which emits an object representing {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType} on 'data' event.
|
|
2267
2225
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
2268
2226
|
* times as needed. Note that it can affect your quota.
|
|
2269
2227
|
* We recommend using `listStoredInfoTypesAsync()`
|
|
2270
2228
|
* method described below for async iteration which you can stop as needed.
|
|
2271
|
-
* Please see the
|
|
2272
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2229
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2273
2230
|
* for more details and examples.
|
|
2274
2231
|
*/
|
|
2275
2232
|
listStoredInfoTypesStream(request?: protos.google.privacy.dlp.v2.IListStoredInfoTypesRequest, options?: CallOptions): Transform;
|
|
@@ -2322,12 +2279,11 @@ export declare class DlpServiceClient {
|
|
|
2322
2279
|
* @param {object} [options]
|
|
2323
2280
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2324
2281
|
* @returns {Object}
|
|
2325
|
-
* An iterable Object that allows
|
|
2282
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
2326
2283
|
* When you iterate the returned iterable, each element will be an object representing
|
|
2327
|
-
* {@link google.privacy.dlp.v2.StoredInfoType
|
|
2284
|
+
* {@link protos.google.privacy.dlp.v2.StoredInfoType|StoredInfoType}. The API will be called under the hood as needed, once per the page,
|
|
2328
2285
|
* so you can stop the iteration when you don't need more results.
|
|
2329
|
-
* Please see the
|
|
2330
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2286
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2331
2287
|
* for more details and examples.
|
|
2332
2288
|
* @example <caption>include:samples/generated/v2/dlp_service.list_stored_info_types.js</caption>
|
|
2333
2289
|
* region_tag:dlp_v2_generated_DlpService_ListStoredInfoTypes_async
|
|
@@ -2344,8 +2300,7 @@ export declare class DlpServiceClient {
|
|
|
2344
2300
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
|
|
2345
2301
|
* @returns {Promise} - The promise which resolves to an array.
|
|
2346
2302
|
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
|
|
2347
|
-
* Please see the
|
|
2348
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
2303
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
|
2349
2304
|
* for more details and examples.
|
|
2350
2305
|
* @example
|
|
2351
2306
|
* ```
|
|
@@ -2370,12 +2325,11 @@ export declare class DlpServiceClient {
|
|
|
2370
2325
|
* @param {object} [options]
|
|
2371
2326
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
2372
2327
|
* @returns {Object}
|
|
2373
|
-
* An iterable Object that allows
|
|
2328
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
|
2374
2329
|
* When you iterate the returned iterable, each element will be an object representing
|
|
2375
2330
|
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
|
|
2376
2331
|
* so you can stop the iteration when you don't need more results.
|
|
2377
|
-
* Please see the
|
|
2378
|
-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
2332
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
|
2379
2333
|
* for more details and examples.
|
|
2380
2334
|
* @example
|
|
2381
2335
|
* ```
|