Skip to content

Commit

Permalink
feat: Automated regeneration of LocalServices client (#12637)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-04 13:18:16 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 4, 2024
1 parent f08d7ff commit b7d784a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/local_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_local_services, "~> 0.8"}]
[{:google_api_local_services, "~> 0.9"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.LocalServices.V1 do
API client metadata for GoogleApi.LocalServices.V1.
"""

@discovery_revision "20240310"
@discovery_revision "20241202"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ defmodule GoogleApi.LocalServices.V1.Model.GoogleTypeTimeZone do
## Attributes
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone, e.g. "America/New_York".
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number, e.g. "2019a".
* `id` (*type:* `String.t`, *default:* `nil`) - IANA Time Zone Database time zone. For example "America/New_York".
* `version` (*type:* `String.t`, *default:* `nil`) - Optional. IANA Time Zone Database version number. For example "2019a".
"""

use GoogleApi.Gax.ModelBase
Expand Down
4 changes: 2 additions & 2 deletions clients/local_services/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.LocalServices.Mixfile do
use Mix.Project

@version "0.8.0"
@version "0.9.0"

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

0 comments on commit b7d784a

Please sign in to comment.