File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff 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.
58865886message 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+ }
Original file line number Diff line number Diff line change 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
1617documentation :
You can’t perform that action at this time.
0 commit comments