You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1783,24 +1783,28 @@ def update!(**args)
1783
1783
classTimeOfDay
1784
1784
includeGoogle::Apis::Core::Hashable
1785
1785
1786
-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
1787
-
# allow the value "24:00:00" for scenarios like business closing time.
1786
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
1787
+
# typically must be less than or equal to 23. An API may choose to allow the
1788
+
# value "24:00:00" for scenarios like business closing time.
1788
1789
# Corresponds to the JSON property `hours`
1789
1790
# @return [Fixnum]
1790
1791
attr_accessor:hours
1791
1792
1792
-
# Minutes of hour of day. Must be from 0 to 59.
1793
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
1794
+
# to 59.
1793
1795
# Corresponds to the JSON property `minutes`
1794
1796
# @return [Fixnum]
1795
1797
attr_accessor:minutes
1796
1798
1797
-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1799
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
1800
+
# less than or equal to 999,999,999.
1798
1801
# Corresponds to the JSON property `nanos`
1799
1802
# @return [Fixnum]
1800
1803
attr_accessor:nanos
1801
1804
1802
-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
1803
-
# allow the value 60 if it allows leap-seconds.
1805
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
1806
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
Copy file name to clipboardExpand all lines: generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleMybusinessbusinessinformationV1
18
18
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
19
-
GEM_VERSION="0.21.0"
19
+
GEM_VERSION="0.22.0"
20
20
21
21
# Version of the code generator used to generate this client
22
-
GENERATOR_VERSION="0.15.0"
22
+
GENERATOR_VERSION="0.15.1"
23
23
24
24
# Revision of the discovery document this client was generated from
0 commit comments