Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit f6a7ebd

Browse files
fix: deprecate extra field to avoid confusion (#777)
PiperOrigin-RevId: 477776089 Source-Link: googleapis/googleapis@57062cd Source-Link: https://github.com/googleapis/googleapis-gen/commit/99b76b52b138a79277fcac8c46644b815c7a37d7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTliNzZiNTJiMTM4YTc5Mjc3ZmNhYzhjNDY2NDRiODE1YzdhMzdkNyJ9 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 d3f0af4 commit f6a7ebd

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

protos/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.

protos/protos.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)