Skip to content

Commit eda17f1

Browse files
feat: Automated regeneration of DLP client (googleapis#12651)
Auto-created at 2024-12-06 13:20:01 +0000 using the toys pull request generator.
1 parent cccac99 commit eda17f1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/dlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_dlp, "~> 0.52"}]
14+
[{:google_api_dlp, "~> 0.53"}]
1515
end
1616
```
1717

clients/dlp/lib/google_api/dlp/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DLP.V2 do
2020
API client metadata for GoogleApi.DLP.V2.
2121
"""
2222

23-
@discovery_revision "20241027"
23+
@discovery_revision "20241204"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_info_type_description.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription do
2424
* `categories` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t)`, *default:* `nil`) - The category of the infoType.
2525
* `description` (*type:* `String.t`, *default:* `nil`) - Description of the infotype. Translated when language is provided in the request.
2626
* `displayName` (*type:* `String.t`, *default:* `nil`) - Human readable form of the infoType name.
27+
* `example` (*type:* `String.t`, *default:* `nil`) - A sample true positive for this infoType.
2728
* `name` (*type:* `String.t`, *default:* `nil`) - Internal name of the infoType.
2829
* `sensitivityScore` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t`, *default:* `nil`) - The default sensitivity of the infoType.
2930
* `supportedBy` (*type:* `list(String.t)`, *default:* `nil`) - Which parts of the API supports this InfoType.
@@ -37,6 +38,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription do
3738
list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t()) | nil,
3839
:description => String.t() | nil,
3940
:displayName => String.t() | nil,
41+
:example => String.t() | nil,
4042
:name => String.t() | nil,
4143
:sensitivityScore =>
4244
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t() | nil,
@@ -47,6 +49,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription do
4749
field(:categories, as: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory, type: :list)
4850
field(:description)
4951
field(:displayName)
52+
field(:example)
5053
field(:name)
5154
field(:sensitivityScore, as: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore)
5255
field(:supportedBy, type: :list)

clients/dlp/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DLP.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.52.3"
21+
@version "0.53.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)