Skip to content

Commit 4ac7adb

Browse files
feat: Automated regeneration of mybusinessbusinessinformation v1 client (googleapis#20349)
Auto-created at 2024-10-06 09:51:36 +0000 using the toys pull request generator.
1 parent 9e2960b commit 4ac7adb

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-mybusinessbusinessinformation_v1
22

3+
### v0.22.0 (2024-10-06)
4+
5+
* Regenerated from discovery document revision 20241002
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.21.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,24 +1783,28 @@ def update!(**args)
17831783
class TimeOfDay
17841784
include Google::Apis::Core::Hashable
17851785

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.
17881789
# Corresponds to the JSON property `hours`
17891790
# @return [Fixnum]
17901791
attr_accessor :hours
17911792

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.
17931795
# Corresponds to the JSON property `minutes`
17941796
# @return [Fixnum]
17951797
attr_accessor :minutes
17961798

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.
17981801
# Corresponds to the JSON property `nanos`
17991802
# @return [Fixnum]
18001803
attr_accessor :nanos
18011804

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-
1807+
# seconds.
18041808
# Corresponds to the JSON property `seconds`
18051809
# @return [Fixnum]
18061810
attr_accessor :seconds

generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MybusinessbusinessinformationV1
1818
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
19-
GEM_VERSION = "0.21.0"
19+
GEM_VERSION = "0.22.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231127"
25+
REVISION = "20241002"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)