Skip to content

Commit

Permalink
feat: Automated regeneration of DLP client (#12398)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-24 13:15:12 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 24, 2024
1 parent 38a82f6 commit 8753ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/dlp/lib/google_api/dlp/v2/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.DLP.V2 do
API client metadata for GoogleApi.DLP.V2.
"""

@discovery_revision "20241006"
@discovery_revision "20241020"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable do
## Attributes
* `datasetId` (*type:* `String.t`, *default:* `nil`) - Dataset ID of the table.
* `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.
* `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.
* `tableId` (*type:* `String.t`, *default:* `nil`) - Name of the table.
"""

Expand Down
2 changes: 1 addition & 1 deletion clients/dlp/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.DLP.Mixfile do
use Mix.Project

@version "0.52.1"
@version "0.52.2"

def project() do
[
Expand Down

0 comments on commit 8753ac4

Please sign in to comment.