Skip to content

Commit 8ee3aad

Browse files
Google APIscopybara-github
authored andcommitted
feat: add SaveToGcsFindingsOutput
docs: minor doc revision PiperOrigin-RevId: 772982289
1 parent 1c3d7b9 commit 8ee3aad

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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+
}

google/privacy/dlp/v2/dlp_v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ types:
1111
- name: google.privacy.dlp.v2.DataProfileBigQueryRowSchema
1212
- name: google.privacy.dlp.v2.DataProfileFinding
1313
- name: google.privacy.dlp.v2.DataProfilePubSubMessage
14+
- name: google.privacy.dlp.v2.SaveToGcsFindingsOutput
1415
- name: google.privacy.dlp.v2.TransformationDetails
1516

1617
documentation:

0 commit comments

Comments
 (0)