Skip to content

Commit 8753ac4

Browse files
feat: Automated regeneration of DLP client (googleapis#12398)
Auto-created at 2024-10-24 13:15:12 +0000 using the toys pull request generator.
1 parent 38a82f6 commit 8753ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "20241006"
23+
@discovery_revision "20241020"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable do
2222
## Attributes
2323
2424
* `datasetId` (*type:* `String.t`, *default:* `nil`) - Dataset ID of the table.
25-
* `projectId` (*type:* `String.t`, *default:* `nil`) - The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
25+
* `projectId` (*type:* `String.t`, *default:* `nil`) - The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
2626
* `tableId` (*type:* `String.t`, *default:* `nil`) - Name of the table.
2727
"""
2828

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.1"
21+
@version "0.52.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)