Skip to content

Commit b4b0d69

Browse files
feat: Automated regeneration of Vault client (#13242)
Auto-created at 2025-03-27 13:20:26 +0000 using the toys pull request generator.
1 parent e12275b commit b4b0d69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/vault/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
## For more information
1919

20-
Product documentation is available at [https://developers.google.com/vault](https://developers.google.com/vault).
20+
Product documentation is available at [https://developers.google.com/workspace/vault](https://developers.google.com/workspace/vault).
2121

2222
Library reference documentation is published on Hexdocs at
2323
[https://hexdocs.pm/google_api_vault](https://hexdocs.pm/google_api_vault).

clients/vault/lib/google_api/vault/v1/metadata.ex

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

23-
@discovery_revision "20250212"
23+
@discovery_revision "20250318"
2424

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

clients/vault/lib/google_api/vault/v1/model/hangouts_chat_info.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Vault.V1.Model.HangoutsChatInfo do
2121
2222
## Attributes
2323
24-
* `roomId` (*type:* `list(String.t)`, *default:* `nil`) - A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/chat). There is a limit of exporting from 500 Chat spaces per request.
24+
* `roomId` (*type:* `list(String.t)`, *default:* `nil`) - A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/workspace/chat). There is a limit of exporting from 500 Chat spaces per request.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/vault/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ defmodule GoogleApi.Vault.Mixfile do
5959
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/vault",
62-
"Homepage" => "https://developers.google.com/vault"
62+
"Homepage" => "https://developers.google.com/workspace/vault"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)