File tree Expand file tree Collapse file tree 9 files changed +273
-0
lines changed
packages/google-cloud-dlp/google/cloud Expand file tree Collapse file tree 9 files changed +273
-0
lines changed Original file line number Diff line number Diff line change 79
79
DataProfileAction ,
80
80
DataProfileBigQueryRowSchema ,
81
81
DataProfileConfigSnapshot ,
82
+ DataProfileFinding ,
83
+ DataProfileFindingLocation ,
84
+ DataProfileFindingRecordLocation ,
82
85
DataProfileJobConfig ,
83
86
DataProfileLocation ,
84
87
DataProfilePubSubCondition ,
263
266
Table ,
264
267
TableDataProfile ,
265
268
TableLocation ,
269
+ Tag ,
266
270
TimePartConfig ,
267
271
TransformationConfig ,
268
272
TransformationContainerType ,
378
382
"DataProfileAction" ,
379
383
"DataProfileBigQueryRowSchema" ,
380
384
"DataProfileConfigSnapshot" ,
385
+ "DataProfileFinding" ,
386
+ "DataProfileFindingLocation" ,
387
+ "DataProfileFindingRecordLocation" ,
381
388
"DataProfileJobConfig" ,
382
389
"DataProfileLocation" ,
383
390
"DataProfilePubSubCondition" ,
551
558
"Table" ,
552
559
"TableDataProfile" ,
553
560
"TableLocation" ,
561
+ "Tag" ,
554
562
"TimePartConfig" ,
555
563
"TransformationConfig" ,
556
564
"TransformationDescription" ,
Original file line number Diff line number Diff line change 78
78
DataProfileAction ,
79
79
DataProfileBigQueryRowSchema ,
80
80
DataProfileConfigSnapshot ,
81
+ DataProfileFinding ,
82
+ DataProfileFindingLocation ,
83
+ DataProfileFindingRecordLocation ,
81
84
DataProfileJobConfig ,
82
85
DataProfileLocation ,
83
86
DataProfilePubSubCondition ,
262
265
Table ,
263
266
TableDataProfile ,
264
267
TableLocation ,
268
+ Tag ,
265
269
TimePartConfig ,
266
270
TransformationConfig ,
267
271
TransformationContainerType ,
387
391
"DataProfileAction" ,
388
392
"DataProfileBigQueryRowSchema" ,
389
393
"DataProfileConfigSnapshot" ,
394
+ "DataProfileFinding" ,
395
+ "DataProfileFindingLocation" ,
396
+ "DataProfileFindingRecordLocation" ,
390
397
"DataProfileJobConfig" ,
391
398
"DataProfileLocation" ,
392
399
"DataProfilePubSubCondition" ,
593
600
"TableLocation" ,
594
601
"TableOptions" ,
595
602
"TableReference" ,
603
+ "Tag" ,
596
604
"TimePartConfig" ,
597
605
"TransformationConfig" ,
598
606
"TransformationContainerType" ,
Original file line number Diff line number Diff line change @@ -446,6 +446,10 @@ async def redact_image(
446
446
detectors to run. By default this may be all types, but
447
447
may change over time as detectors are updated.
448
448
449
+ Only the first frame of each multiframe image is
450
+ redacted. Metadata and other frames are omitted in the
451
+ response.
452
+
449
453
.. code-block:: python
450
454
451
455
# This snippet has been automatically generated and should be regarded as a
Original file line number Diff line number Diff line change @@ -1073,6 +1073,10 @@ def redact_image(
1073
1073
detectors to run. By default this may be all types, but
1074
1074
may change over time as detectors are updated.
1075
1075
1076
+ Only the first frame of each multiframe image is
1077
+ redacted. Metadata and other frames are omitted in the
1078
+ response.
1079
+
1076
1080
.. code-block:: python
1077
1081
1078
1082
# This snippet has been automatically generated and should be regarded as a
Original file line number Diff line number Diff line change @@ -382,6 +382,10 @@ def redact_image(
382
382
detectors to run. By default this may be all types, but
383
383
may change over time as detectors are updated.
384
384
385
+ Only the first frame of each multiframe image is
386
+ redacted. Metadata and other frames are omitted in the
387
+ response.
388
+
385
389
Returns:
386
390
Callable[[~.RedactImageRequest],
387
391
~.RedactImageResponse]:
Original file line number Diff line number Diff line change @@ -389,6 +389,10 @@ def redact_image(
389
389
detectors to run. By default this may be all types, but
390
390
may change over time as detectors are updated.
391
391
392
+ Only the first frame of each multiframe image is
393
+ redacted. Metadata and other frames are omitted in the
394
+ response.
395
+
392
396
Returns:
393
397
Callable[[~.RedactImageRequest],
394
398
Awaitable[~.RedactImageResponse]]:
Original file line number Diff line number Diff line change @@ -2356,6 +2356,14 @@ def _get_http_options():
2356
2356
"method" : "get" ,
2357
2357
"uri" : "/v2/{parent=locations/*}/infoTypes" ,
2358
2358
},
2359
+ {
2360
+ "method" : "get" ,
2361
+ "uri" : "/v2/{parent=projects/*/locations/*}/infoTypes" ,
2362
+ },
2363
+ {
2364
+ "method" : "get" ,
2365
+ "uri" : "/v2/{parent=organizations/*/locations/*}/infoTypes" ,
2366
+ },
2359
2367
]
2360
2368
return http_options
2361
2369
Original file line number Diff line number Diff line change 72
72
DataProfileAction ,
73
73
DataProfileBigQueryRowSchema ,
74
74
DataProfileConfigSnapshot ,
75
+ DataProfileFinding ,
76
+ DataProfileFindingLocation ,
77
+ DataProfileFindingRecordLocation ,
75
78
DataProfileJobConfig ,
76
79
DataProfileLocation ,
77
80
DataProfilePubSubCondition ,
256
259
Table ,
257
260
TableDataProfile ,
258
261
TableLocation ,
262
+ Tag ,
259
263
TimePartConfig ,
260
264
TransformationConfig ,
261
265
TransformationContainerType ,
369
373
"DataProfileAction" ,
370
374
"DataProfileBigQueryRowSchema" ,
371
375
"DataProfileConfigSnapshot" ,
376
+ "DataProfileFinding" ,
377
+ "DataProfileFindingLocation" ,
378
+ "DataProfileFindingRecordLocation" ,
372
379
"DataProfileJobConfig" ,
373
380
"DataProfileLocation" ,
374
381
"DataProfilePubSubCondition" ,
542
549
"Table" ,
543
550
"TableDataProfile" ,
544
551
"TableLocation" ,
552
+ "Tag" ,
545
553
"TimePartConfig" ,
546
554
"TransformationConfig" ,
547
555
"TransformationDescription" ,
You can’t perform that action at this time.
0 commit comments