File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
generated/google-apis-osconfig_v1
lib/google/apis/osconfig_v1 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-osconfig_v1
22
3+ ### v0.43.0 (2024-10-06)
4+
5+ * Regenerated from discovery document revision 20241002
6+
37### v0.42.0 (2024-09-08)
48
59* Regenerated from discovery document revision 20240901
Original file line number Diff line number Diff line change @@ -3358,24 +3358,28 @@ def update!(**args)
33583358 class TimeOfDay
33593359 include Google ::Apis ::Core ::Hashable
33603360
3361- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
3362- # allow the value "24:00:00" for scenarios like business closing time.
3361+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
3362+ # typically must be less than or equal to 23. An API may choose to allow the
3363+ # value "24:00:00" for scenarios like business closing time.
33633364 # Corresponds to the JSON property `hours`
33643365 # @return [Fixnum]
33653366 attr_accessor :hours
33663367
3367- # Minutes of hour of day. Must be from 0 to 59.
3368+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
3369+ # to 59.
33683370 # Corresponds to the JSON property `minutes`
33693371 # @return [Fixnum]
33703372 attr_accessor :minutes
33713373
3372- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
3374+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
3375+ # less than or equal to 999,999,999.
33733376 # Corresponds to the JSON property `nanos`
33743377 # @return [Fixnum]
33753378 attr_accessor :nanos
33763379
3377- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
3378- # allow the value 60 if it allows leap-seconds.
3380+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
3381+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
3382+ # seconds.
33793383 # Corresponds to the JSON property `seconds`
33803384 # @return [Fixnum]
33813385 attr_accessor :seconds
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module OsconfigV1
1818 # Version of the google-apis-osconfig_v1 gem
19- GEM_VERSION = "0.42 .0"
19+ GEM_VERSION = "0.43 .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 = "20240901 "
25+ REVISION = "20241002 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments