Skip to content

Commit 57062cd

Browse files
Google APIscopybara-github
authored andcommitted
fix: deprecate extra field to avoid confusion
PiperOrigin-RevId: 477776089
1 parent ef86d8e commit 57062cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google/privacy/dlp/v2/dlp.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5292,9 +5292,8 @@ message InfoTypeSummary {
52925292
// The infoType.
52935293
InfoType info_type = 1;
52945294

5295-
// Approximate percentage of non-null rows that contained data detected by
5296-
// this infotype.
5297-
int32 estimated_prevalence = 2;
5295+
// Not populated for predicted infotypes.
5296+
int32 estimated_prevalence = 2 [deprecated = true];
52985297
}
52995298

53005299
// Infotype details for other infoTypes found within a column.

0 commit comments

Comments
 (0)