Skip to content

Commit 0ac272b

Browse files
feat: Automated regeneration of homegraph v1 client (googleapis#23784)
Auto-created at 2025-07-27 10:13:35 +0000 using the toys pull request generator.
1 parent 32648cf commit 0ac272b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

generated/google-apis-homegraph_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-homegraph_v1
22

3+
### v0.26.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250716
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.25.0 (2025-05-11)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ class DeviceNames
215215
# @return [Array<String>]
216216
attr_accessor :default_names
217217

218-
# Primary name of the device, generally provided by the user.
218+
# Primary name of the device, generally provided by the user. Names will be
219+
# truncated if over the 60 Unicode code point (character) limit and no errors
220+
# will be thrown. Developers are responsible for handling long names.
219221
# Corresponds to the JSON property `name`
220222
# @return [String]
221223
attr_accessor :name

generated/google-apis-homegraph_v1/lib/google/apis/homegraph_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 HomegraphV1
1818
# Version of the google-apis-homegraph_v1 gem
19-
GEM_VERSION = "0.25.0"
19+
GEM_VERSION = "0.26.0"
2020

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

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

0 commit comments

Comments
 (0)