Skip to content

Commit b7d784a

Browse files
feat: Automated regeneration of LocalServices client (googleapis#12637)
Auto-created at 2024-12-04 13:18:16 +0000 using the toys pull request generator.
1 parent f08d7ff commit b7d784a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

clients/local_services/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_local_services, "~> 0.8"}]
14+
[{:google_api_local_services, "~> 0.9"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20240310"
23+
@discovery_revision "20241202"
2424

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

clients/local_services/lib/google_api/local_services/v1/model/google_type_time_zone.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.LocalServices.V1.Model.GoogleTypeTimeZone do
2121
2222
## Attributes
2323
24-
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone, e.g. "America/New_York".
25-
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number, e.g. "2019a".
24+
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone. For example "America/New_York".
25+
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number. For example "2019a".
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/local_services/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.LocalServices.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.8.0"
21+
@version "0.9.0"
2222

2323
def project() do
2424
[
@@ -56,7 +56,7 @@ defmodule GoogleApi.LocalServices.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/local_services",
6262
"Homepage" => "https://ads.google.com/local-services-ads/"

0 commit comments

Comments
 (0)