Skip to content

Commit c89679e

Browse files
feat: [Dlp] add sample findings for data profiles (#8170)
* feat: add sample findings for data profiles feat: list tags on resources for data profiles docs: updated documentation for various fields and messages PiperOrigin-RevId: 738266551 Source-Link: googleapis/googleapis@f95ceda Source-Link: googleapis/googleapis-gen@199b645 Copy-Tag: eyJwIjoiRGxwLy5Pd2xCb3QueWFtbCIsImgiOiIxOTliNjQ1YmVlOGZjOGRkMGE2OTExYmVkZDEzM2M0ZDdjZGIxZGNlIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6985148 commit c89679e

14 files changed

Lines changed: 1035 additions & 0 deletions

File tree

Dlp/metadata/V2/Dlp.php

1.13 KB
Binary file not shown.

Dlp/samples/V2/DlpServiceClient/redact_image.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
* system will automatically choose what detectors to run. By default this may
4040
* be all types, but may change over time as detectors are updated.
4141
*
42+
* Only the first frame of each multiframe image is redacted. Metadata and
43+
* other frames are omitted in the response.
44+
*
4245
* This sample has been automatically generated and should be regarded as a code
4346
* template only. It will require modifications to work:
4447
* - It may require correct/in-range values for request initialization.

Dlp/src/V2/ByteContentItem/BytesType.php

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dlp/src/V2/Client/DlpServiceClient.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,6 +2503,9 @@ public function listTableDataProfiles(
25032503
* system will automatically choose what detectors to run. By default this may
25042504
* be all types, but may change over time as detectors are updated.
25052505
*
2506+
* Only the first frame of each multiframe image is redacted. Metadata and
2507+
* other frames are omitted in the response.
2508+
*
25062509
* The async variant is {@see DlpServiceClient::redactImageAsync()} .
25072510
*
25082511
* @example samples/V2/DlpServiceClient/redact_image.php

Dlp/src/V2/DataProfileAction/Export.php

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)