Skip to content

Commit 98ac899

Browse files
feat: Automated regeneration of MyBusinessLodging client (googleapis#12266)
Auto-created at 2024-10-03 13:19:43 +0000 using the toys pull request generator.
1 parent 6a7e959 commit 98ac899

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

clients/my_business_lodging/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_my_business_lodging, "~> 0.4"}]
14+
[{:google_api_my_business_lodging, "~> 0.5"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20240313"
23+
@discovery_revision "20241002"
2424

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

clients/my_business_lodging/lib/google_api/my_business_lodging/v1/model/time_of_day.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.MyBusinessLodging.V1.Model.TimeOfDay do
2121
2222
## Attributes
2323
24-
* `hours` (*type:* `integer()`, *default:* `nil`) - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
25-
* `minutes` (*type:* `integer()`, *default:* `nil`) - Minutes of hour of day. Must be from 0 to 59.
26-
* `nanos` (*type:* `integer()`, *default:* `nil`) - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
27-
* `seconds` (*type:* `integer()`, *default:* `nil`) - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
24+
* `hours` (*type:* `integer()`, *default:* `nil`) - Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
25+
* `minutes` (*type:* `integer()`, *default:* `nil`) - Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
26+
* `nanos` (*type:* `integer()`, *default:* `nil`) - Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
27+
* `seconds` (*type:* `integer()`, *default:* `nil`) - Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/my_business_lodging/mix.exs

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

21-
@version "0.4.0"
21+
@version "0.5.0"
2222

2323
def project() do
2424
[
@@ -56,7 +56,7 @@ defmodule GoogleApi.MyBusinessLodging.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/my_business_lodging",
6262
"Homepage" => "https://developers.google.com/my-business/"

0 commit comments

Comments
 (0)