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

Commit

Permalink
fix: deprecate extra field to avoid confusion (#777)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 17, 2022
1 parent d3f0af4 commit f6a7ebd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions protos/google/privacy/dlp/v2/dlp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5292,9 +5292,8 @@ message InfoTypeSummary {
// The infoType.
InfoType info_type = 1;

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

// Infotype details for other infoTypes found within a column.
Expand Down
5 changes: 4 additions & 1 deletion protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6a7ebd

Please sign in to comment.