File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
generated/google-apis-memcache_v1
lib/google/apis/memcache_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-memcache_v1
22
3+ ### v0.43.0 (2024-10-20)
4+
5+ * Regenerated from discovery document revision 20241010
6+
37### v0.42.0 (2024-09-29)
48
59* Regenerated from discovery document revision 20240919
Original file line number Diff line number Diff line change @@ -1994,24 +1994,28 @@ def update!(**args)
19941994 class TimeOfDay
19951995 include Google ::Apis ::Core ::Hashable
19961996
1997- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
1998- # allow the value "24:00:00" for scenarios like business closing time.
1997+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
1998+ # typically must be less than or equal to 23. An API may choose to allow the
1999+ # value "24:00:00" for scenarios like business closing time.
19992000 # Corresponds to the JSON property `hours`
20002001 # @return [Fixnum]
20012002 attr_accessor :hours
20022003
2003- # Minutes of hour of day. Must be from 0 to 59.
2004+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2005+ # to 59.
20042006 # Corresponds to the JSON property `minutes`
20052007 # @return [Fixnum]
20062008 attr_accessor :minutes
20072009
2008- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2010+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2011+ # less than or equal to 999,999,999.
20092012 # Corresponds to the JSON property `nanos`
20102013 # @return [Fixnum]
20112014 attr_accessor :nanos
20122015
2013- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2014- # allow the value 60 if it allows leap-seconds.
2016+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2017+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2018+ # seconds.
20152019 # Corresponds to the JSON property `seconds`
20162020 # @return [Fixnum]
20172021 attr_accessor :seconds
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module MemcacheV1
1818 # Version of the google-apis-memcache_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 = "20240919 "
25+ REVISION = "20241010 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments