File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
generated/google-apis-sheets_v4
lib/google/apis/sheets_v4 Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-sheets_v4
22
3+ ### v0.38.0 (2024-10-20)
4+
5+ * Regenerated from discovery document revision 20241008
6+
37### v0.37.0 (2024-10-13)
48
59* Regenerated from discovery document revision 20241001
Original file line number Diff line number Diff line change @@ -9880,24 +9880,28 @@ def update!(**args)
98809880 class TimeOfDay
98819881 include Google::Apis::Core::Hashable
98829882
9883- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
9884- # allow the value "24:00:00" for scenarios like business closing time.
9883+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
9884+ # typically must be less than or equal to 23. An API may choose to allow the
9885+ # value "24:00:00" for scenarios like business closing time.
98859886 # Corresponds to the JSON property `hours`
98869887 # @return [Fixnum]
98879888 attr_accessor :hours
98889889
9889- # Minutes of hour of day. Must be from 0 to 59.
9890+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
9891+ # to 59.
98909892 # Corresponds to the JSON property `minutes`
98919893 # @return [Fixnum]
98929894 attr_accessor :minutes
98939895
9894- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
9896+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
9897+ # less than or equal to 999,999,999.
98959898 # Corresponds to the JSON property `nanos`
98969899 # @return [Fixnum]
98979900 attr_accessor :nanos
98989901
9899- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
9900- # allow the value 60 if it allows leap-seconds.
9902+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
9903+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
9904+ # seconds.
99019905 # Corresponds to the JSON property `seconds`
99029906 # @return [Fixnum]
99039907 attr_accessor :seconds
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module SheetsV4
1818 # Version of the google-apis-sheets_v4 gem
19- GEM_VERSION = "0.37 .0"
19+ GEM_VERSION = "0.38 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.1"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241001 "
25+ REVISION = "20241008 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments