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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

+2-3
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

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)