Skip to content

Commit 0430591

Browse files
feat: Automated regeneration of Looker client (googleapis#12429)
Auto-created at 2024-10-28 13:20:04 +0000 using the toys pull request generator.
1 parent dc06a65 commit 0430591

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

23-
@discovery_revision "20240910"
23+
@discovery_revision "20241016"
2424

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

clients/looker/lib/google_api/looker/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.Looker.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/looker/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Looker.Mixfile do
1919
use Mix.Project
2020

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

2323
def project() do
2424
[

0 commit comments

Comments
 (0)