Skip to content

Commit bb07a76

Browse files
feat: [dlp] add SaveToGcsFindingsOutput (#6432)
* feat: add SaveToGcsFindingsOutput docs: minor doc revision PiperOrigin-RevId: 772982289 Source-Link: googleapis/googleapis@8ee3aad Source-Link: googleapis/googleapis-gen@ffa0a05 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXByaXZhY3ktZGxwLy5Pd2xCb3QueWFtbCIsImgiOiJmZmEwYTA1NWE3ODMyYmE4MzU1ZmMxNmM0ZGQ3NzczN2E3Nzg0MzE1In0= * 🦉 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 fcfb2c0 commit bb07a76

10 files changed

Lines changed: 17763 additions & 21458 deletions

File tree

packages/google-privacy-dlp/protos/google/privacy/dlp/v2/dlp.proto

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5882,10 +5882,10 @@ message DiscoveryCloudStorageFilter {
58825882
}
58835883
}
58845884

5885-
// Match file stores (e.g. buckets) using regex filters.
5885+
// Match file stores (e.g. buckets) using filters.
58865886
message FileStoreCollection {
5887-
// The first filter containing a pattern that matches a file store will
5888-
// be used.
5887+
// The first filter containing a pattern that matches a file store will be
5888+
// used.
58895889
oneof pattern {
58905890
// Optional. A collection of regular expressions to match a file store
58915891
// against.
@@ -8700,3 +8700,11 @@ message ProcessingLocation {
87008700
// Image processing will fall back using this configuration.
87018701
ImageFallbackLocation image_fallback_location = 1;
87028702
}
8703+
8704+
// Collection of findings saved to a Cloud Storage bucket. This is used as the
8705+
// proto schema for textproto files created when specifying a cloud storage
8706+
// path to save inspection findings.
8707+
message SaveToGcsFindingsOutput {
8708+
// List of findings.
8709+
repeated Finding findings = 1;
8710+
}

packages/google-privacy-dlp/protos/protos.d.ts

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

0 commit comments

Comments
 (0)